Contents

isColumnSelected(_:)

Returns a Boolean value that indicates whether the column at the specified index is selected.

Declaration

func isColumnSelected(_ column: Int) -> Bool

Parameters

  • 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.

See Also

Selecting Columns and Rows