MonobjcMonobjc Documented Class Library
SetSelectionIndexesByExtendingSelection Method (indexes, extendSelection)
NamespacesMonobjc.QuartzIKImageBrowserViewSetSelectionIndexesByExtendingSelection(NSIndexSet, Boolean)

Selects cells at the specified indexes.

Original signature is '- (void)setSelectionIndexes:(NSIndexSet *)indexes byExtendingSelection:(BOOL)extendSelection'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetSelectionIndexesByExtendingSelection(
	NSIndexSet indexes,
	bool extendSelection
)
Public Overridable Sub SetSelectionIndexesByExtendingSelection ( _
	indexes As NSIndexSet, _
	extendSelection As Boolean _
)
public:
virtual void SetSelectionIndexesByExtendingSelection(
	NSIndexSet^ indexes, 
	bool extendSelection
)
Parameters
indexes (NSIndexSet)
The indexes of the cells you want to select.
extendSelection (Boolean)
A BOOL value that specifies whether to extend the current selection. Pass YES to extends the selection; NO replaces the current 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.Quartz (Module: Monobjc.Quartz)