Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / Ordinal Property


In This Topic
Ordinal Property
In This Topic
Gets the position of the column in the Spread data column collection.
Syntax
'Declaration
 
Public ReadOnly Property Ordinal As Integer
 
'Usage
 
Dim instance As SpreadDataColumn
Dim value As Integer
 
value = instance.Ordinal
See Also