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


In This Topic
    EndRowRelative Property (CalcRangeExpression)
    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 CalcRangeExpression
    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