Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalCellExpression Class / Row Property


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

    Property Value

    A System.Int32 value that represents the row index of current cell.
    See Also