Posted 28 June 2018, 9:37 am EST
Hello Everyone
I’ am new using Component One in WinForms and I have a basic question
How can I get the index of a column in TrueDBGrig?
In DataGridView I used to type:
MyDGV.CurrentCell.ColumnIndex = “2”
But this does not work with TrueDBGrid
I need the Index to compare in a condition like
if MyDGV.CurrentCell.ColumnIndex = “2” Then
Statment1
End if