Contents

item(atRow:)

Returns the item associated with a given row.

Declaration

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

Parameters

  • row:

    The index of a row in the receiver.

Return Value

The item associated with row.

See Also

Converting Between Items and Rows