Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalReferenceExpression Class / ColumnRelative Property


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