title(ofColumn:)
Returns the title displayed for the given column.
Declaration
func title(ofColumn column: Int) -> String?Parameters
- column:
The index of the column for which to get the title.
Return Value
The title of the specified column.
Returns the title displayed for the given column.
func title(ofColumn column: Int) -> String?The index of the column for which to get the title.
The title of the specified column.