Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class / ColumnCount Property


In This Topic
ColumnCount Property (ReferenceExpression)
In This Topic
Gets the number of columns in the reference.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property ColumnCount As Integer
 
'Usage
 
Dim instance As ReferenceExpression
Dim value As Integer
 
value = instance.ColumnCount
See Also