[]
Gets the relative column index of the specified column.
int GetColumnId(string columnName)
Function GetColumnId(columnName As String) As Integer
Type | Name | Description |
---|---|---|
string | columnName | A string value indicates the specified column. |
Type | Description |
---|---|
int | An integer value indicates the relative column index. |