Contents

isRowSelected(_:)

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

Declaration

func isRowSelected(_ row: Int) -> Bool

Parameters

  • row:

    The index of the row to test.

Return Value

true if the row at rowIndex is selected, otherwise false.

See Also

Selecting Columns and Rows