MonobjcMonobjc Documented Class Library
RemoveRowsAtIndexesIncludeSubrows Method (rowIndexes, includeSubrows)
NamespacesMonobjc.AppKitNSRuleEditorRemoveRowsAtIndexesIncludeSubrows(NSIndexSet, Boolean)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)