Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcRangeIdentity Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (CalcRangeIdentity)
    In This Topic
    Gets the column index of the first cell in the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnIndex As Integer
    'Usage
     
    Dim instance As CalcRangeIdentity
    Dim value As Integer
     
    value = instance.ColumnIndex
    public int ColumnIndex {get;}

    Property Value

    An System.Int32 value represents the column index of the first cell in the range.
    See Also