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


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