Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalRangeExpression Class / EndRow Property


In This Topic
    EndRow Property (CalcExternalRangeExpression)
    In This Topic
    Gets the ending row index of the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndRow As Integer
    'Usage
     
    Dim instance As CalcExternalRangeExpression
    Dim value As Integer
     
    value = instance.EndRow
    public int EndRow {get;}

    Property Value

    A System.Int32 value that represents the ending row index of the range.
    See Also