[]
Gets the column caption at the specified position.
public string GetDataColumnCaption(int column)
Public Function GetDataColumnCaption(column As Integer) As String
Type | Name | Description |
---|---|---|
int | column | Column index for which caption is requested |
Type | Description |
---|---|
string |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number of columns |