Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcSheetRangeIdentity Class / RowIndex Property


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

    Property Value

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