FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Index Property

In This Topic
    Index Property (Column)
    In This Topic
    Gets the index of this column in the Column collection.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Index As Integer
    public override int Index {get;}
    Remarks
    Returns -1 if the column is not a member of the collection.
    See Also