ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / Column Class / DataIndex Property

In This Topic
    DataIndex Property (Column)
    In This Topic
    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