[]
Gets the table column name of the specified column.
void SetColumnName(int index, string columnName)
Sub SetColumnName(index As Integer, columnName As String)
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the table column index. |
string | columnName | A string value indicates the specified column. |