MonobjcMonobjc Documented Class Library
SelectRowIndexesByExtendingSelection Method (indexes, extend)
NamespacesMonobjc.AppKitNSRuleEditorSelectRowIndexesByExtendingSelection(NSIndexSet, Boolean)

Sets in the receiver the indexes of rows that are selected.

Original signature is '- (void)selectRowIndexes:(NSIndexSet *)indexes byExtendingSelection:(BOOL)extend'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectRowIndexesByExtendingSelection(
	NSIndexSet indexes,
	bool extend
)
Public Overridable Sub SelectRowIndexesByExtendingSelection ( _
	indexes As NSIndexSet, _
	extend As Boolean _
)
public:
virtual void SelectRowIndexesByExtendingSelection(
	NSIndexSet^ indexes, 
	bool extend
)
Parameters
indexes (NSIndexSet)
The indexes of rows in the receiver to select.
extend (Boolean)
If NO, the selected rows are specified by indexes. If YES, the rows indicated by indexes are added to the collection of already selected rows, providing multiple selection.
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)