Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / GetDataColumnName Method
Column index for which name is requested


In This Topic
GetDataColumnName Method (IDataManager)
In This Topic
Gets the column name at the specified position.
Syntax
'Declaration
 
Function GetDataColumnName( _
   ByVal column As Integer _
) As String
 
'Usage
 
Dim instance As IDataManager
Dim column As Integer
Dim value As String
 
value = instance.GetDataColumnName(column)

Parameters

column
Column index for which name is requested
See Also