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.
Returns the item located at the specified row and column.
func item(atRow row: Int, inColumn column: Int) -> Any?The row of the item.
The column of the item.
The item.