[]
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 for which name is requested |
Type | Description |
---|---|
string | the name of data column. |