[]
Gets the header of the specified column.
public string GetHeader(int index)
Public Function GetHeader(index As Integer) As String
Type | Name | Description |
---|---|---|
int | index | Column index |
Type | Description |
---|---|
string |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |