Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Column Property


In This Topic
Column Property (Group)
In This Topic
Gets the index of the column by which to perform the grouping.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As Group
Dim value As Integer
 
value = instance.Column
See Also