Spread WinForms 15
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
See Also