FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / Index Property

In This Topic
    Index Property (Column)
    In This Topic
    Gets the index of this column in the grid's C1FlexGrid.Columns collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also