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


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

    Property Value

    An System.Int32 value represents the column index of the current cell.
    See Also