Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Index Property


In This Topic
    Index Property (ColumnInfo)
    In This Topic
    Gets the index of this column in SheetInfo.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Integer
     
    value = instance.Index
    [Browsable(false)]
    public int Index {get;}

    Property Value

    An int value that indicates the column index.
    See Also