Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcSheetRangeExpression Class / EndRowRelative Property


In This Topic
    EndRowRelative Property (CalcSheetRangeExpression)
    In This Topic
    Gets a value indicating whether the end row coordinate is relative.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndRowRelative As Boolean
    'Usage
     
    Dim instance As CalcSheetRangeExpression
    Dim value As Boolean
     
    value = instance.EndRowRelative
    public bool EndRowRelative {get;}

    Property Value

    true if the end row coordinate is relative; otherwise, false.
    See Also