Contents

row(forItem:)

Returns the row associated with a given item.

Declaration

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

Parameters

  • item:

    An item in the receiver.

Return Value

The row associated with item, or –1 if item is nil or cannot be found.

See Also

Converting Between Items and Rows