Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / GetColumnIndex(String) Method
The column name.


In This Topic
GetColumnIndex(String) Method
In This Topic
Gets the index of the column specified by name.
Syntax
'Declaration
 
Public Function GetColumnIndex( _
   ByVal columnName As String _
) As Integer
 
'Usage
 
Dim instance As DataManagerBase
Dim columnName As String
Dim value As Integer
 
value = instance.GetColumnIndex(columnName)

Parameters

columnName
The column name.

Return Value

The index of the specified column.
See Also