isColumnSelected(_:)
Returns a Boolean value that indicates whether the column at the specified index is selected.
Declaration
func isColumnSelected(_ column: Int) -> BoolParameters
- column:
The index into the Tablecolumns array that represents the column to test.
Return Value
true if the column at columnIndex is selected, otherwise false.