Removes the rows at given indexes.
Original signature is '- (void)removeRowsAtIndexes:(NSIndexSet *)rowIndexes includeSubrows:(BOOL)includeSubrows'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void RemoveRowsAtIndexesIncludeSubrows( NSIndexSet rowIndexes, bool includeSubrows )
Public Overridable Sub RemoveRowsAtIndexesIncludeSubrows ( _ rowIndexes As NSIndexSet, _ includeSubrows As Boolean _ )
public: virtual void RemoveRowsAtIndexesIncludeSubrows( NSIndexSet^ rowIndexes, bool includeSubrows )

- rowIndexes (NSIndexSet)
- Indexes of one or more rows in the receiver.
- includeSubrows (Boolean)
- If YES, then sub-rows of deleted rows are also deleted; if NO, then each sub-row is adopted by its first non-deleted ancestor, or becomes a root row.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)