[]
Gets the name of the specified column.
string GetColumnName(int column)
Function GetColumnName(column As Integer) As String
Type | Name | Description |
---|---|---|
int | column | Column index |
Type | Description |
---|---|
string | The name of the specified column in the group. |