Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / GetColumnName Method
Column index


In This Topic
GetColumnName Method (GroupDataModel)
In This Topic
Gets the name of the specified column in the group.
Syntax
'Declaration
 
Public Function GetColumnName( _
   ByVal column As Integer _
) As String
 
'Usage
 
Dim instance As GroupDataModel
Dim column As Integer
Dim value As String
 
value = instance.GetColumnName(column)

Parameters

column
Column index
See Also