[]
Get the table column index of the specified column.
int GetColumnIndex(int id)
Function GetColumnIndex(id As Integer) As Integer
Type | Name | Description |
---|---|---|
int | id | An integer value indicates the column unique ID inside the structure object. |
Type | Description |
---|---|
int | An int value represents the table column index of the specified column. |