Contents

removeRows(at:includeSubrows:)

Removes the rows at given indexes.

Declaration

func removeRows(at rowIndexes: IndexSet, includeSubrows: Bool)

Parameters

  • rowIndexes:

    Indexes of one or more rows in the receiver.

  • includeSubrows:

    If True, then sub-rows of deleted rows are also deleted; if False, then each sub-row is adopted by its first non-deleted ancestor, or becomes a root row.

See Also

Manipulating Rows