[]
Gets the name of the specified column in the group.
public string GetColumnName(int column)
Public 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. |