[]
Gets the column index.
public int GetColumnIndex(string name)
Public Function GetColumnIndex(name As String) As Integer
Type | Name | Description |
---|---|---|
string | name | Name of the column |
Type | Description |
---|---|
int | An int value specifies the column index. |