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


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