Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalCellExpression Class / ColumnRelative Property


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