subrowIndexes(forRow:)
Returns the immediate subrows of a given row.
Declaration
func subrowIndexes(forRow rowIndex: Int) -> IndexSetParameters
- rowIndex:
The index of a row in the receiver, or
-1to get the top-level rows.
Return Value
The immediate subrows of the row at rowIndex.
Discussion
Rows are numbered starting at 0.