Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalCellExpression Class / RowRelative Property


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

    Property Value

    true if relative reference for row; false if absolute reference
    See Also