Contents

item(atRow:inColumn:)

Returns the item located at the specified row and column.

Declaration

func item(atRow row: Int, inColumn column: Int) -> Any?

Parameters

  • row:

    The row of the item.

  • column:

    The column of the item.

Return Value

The item.

See Also

Accessing Components