Contents

subrowIndexes(forRow:)

Returns the immediate subrows of a given row.

Declaration

func subrowIndexes(forRow rowIndex: Int) -> IndexSet

Parameters

  • rowIndex:

    The index of a row in the receiver, or -1 to get the top-level rows.

Return Value

The immediate subrows of the row at rowIndex.

Discussion

Rows are numbered starting at 0.

See Also

Obtaining Row Information