ComponentOne FlexGrid for WinForms
DataIndex Property (Column)

C1.Win.C1FlexGrid Namespace > Column Class : DataIndex Property
Gets the position of the column in the data source object.
Syntax
'Declaration
 
Public ReadOnly Property DataIndex As Integer
public int DataIndex {get;}
Remarks
This property returns -1 for fixed and unbound columns.
See Also

Reference

Column Class
Column Members