Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class / RowRelative Property


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