Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TableReferenceExpression Class / LastColumnIndex Property


In This Topic
LastColumnIndex Property (TableReferenceExpression)
In This Topic
Gets the last column index.
Syntax
'Declaration
 
Public ReadOnly Property LastColumnIndex As Integer
 
'Usage
 
Dim instance As TableReferenceExpression
Dim value As Integer
 
value = instance.LastColumnIndex
See Also