[]
Gets the index of the column specified by name.
int GetColumnIndex(string columnName)
Function GetColumnIndex(columnName As String) As Integer
Type | Name | Description |
---|---|---|
string | columnName | The column name. |
Type | Description |
---|---|
int | The index of the specified column. |