GetColumnIndex Method
GetColumnIndex(string)
Gets the column index by name.
Declaration
int GetColumnIndex(string ColumnName)
Function GetColumnIndex(ColumnName As String) As Integer
Parameters
Type |
Name |
Description |
string |
ColumnName |
|
Returns
Type |
Description |
int |
The column index by name.
|