Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

How to find column name with column index in DataGridView

String name = dataGridView1.Columns[dataGridView1.CurrentCell.ColumnIndex].Name;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #find #column #column #index #DataGridView
ADD COMMENT
Topic
Name
8+3 =