Spread WPF 17
GrapeCity.Excel Namespace / ExcelColumn Class / Index Property


In This Topic
    Index Property (ExcelColumn)
    In This Topic
    Gets zero based index of the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As ExcelColumn
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}

    Property Value

    The index of the column.
    See Also