Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RangeExpression Class / RowRelative Property


In This Topic
    RowRelative Property (RangeExpression)
    In This Topic
    Determines whether the row coordinates are relative.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property RowRelative As Boolean
    'Usage
     
    
    Dim instance As RangeExpression
    Dim value As Boolean
     
    value = instance.RowRelative
    public override bool RowRelative {get;}
    See Also