Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / Index Property


In This Topic
    Index Property (ITableColumn)
    In This Topic
    Gets an integer value that represents the index number of the ITableColumn object within the ITableColumns collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As ITableColumn
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}

    Property Value

    The integer value that represents the index number of the ITableColumn object.
    See Also