Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class / ColumnRelative Property


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

    Property Value

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