removeRows(at:includeSubrows:) Removes the rows at given indexes. Declarationfunc removeRows(at rowIndexes: IndexSet, includeSubrows: Bool) ParametersrowIndexes: 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 AlsoManipulating RowsaddRow(_:)insertRow(at:with:asSubrowOfRow:animate:)removeRow(at:)