[]
Gets the column name at the specified position.
string GetDataColumnName(int column)
Function GetDataColumnName(column As Integer) As String
Type | Name | Description |
---|---|---|
int | column | Column index |
Type | Description |
---|---|
string | The column name at the specified position. |