ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / Index Property

In This Topic
    Index Property (DataGridColumn)
    In This Topic
    Gets the index of a column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    public int Index {get;}
    See Also