Contents

loadedCell(atRow:column:)

Loads, if necessary, and returns the cell at the specified row and column location.

Declaration

func loadedCell(atRow row: Int, column col: Int) -> Any?

Parameters

  • row:

    The row index of the cell to return.

  • col:

    The column index of the cell to return.

See Also

Related Documentation

Accessing Components