[]
Gets column name according to column index.
public static string ColumnIndexToName(int index)
Public Shared Function ColumnIndexToName(index As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | index | The column index. |
| Type | Description |
|---|---|
| string | The name of column. |