Contents

highlightCell(_:atRow:column:)

Highlights or unhighlights the cell at the specified row and column location.

Declaration

func highlightCell(_ flag: Bool, atRow row: Int, column col: Int)

Parameters

  • flag:

    True to highlight the cell; False to unhighlight the cell.

  • row:

    The row containing the cell.

  • col:

    The column containing the cell.

See Also

Displaying and Highlighting Cells