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


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

    Property Value

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