Contents

drawCell(atRow:column:)

Displays the cell at the specified row and column.

Declaration

func drawCell(atRow row: Int, column col: Int)

Parameters

  • row:

    The row containing the cell to draw.

  • col:

    The column containing the cell to draw.

See Also

Related Documentation

Displaying and Highlighting Cells