Programming and other things
private void dataGridView1_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e){ if (e.ColumnIndex == 2) { e.Value = "Test"; }}
No comments:
Post a Comment