MonobjcMonobjc Documented Class Library
SelectRowByExtendingSelection Method (rowIndex, flag)
NamespacesMonobjc.AppKitNSTableViewSelectRowByExtendingSelection(NSInteger, Boolean)

Selects a row at a given index, optionally extending any existing selection. (Deprecated in Mac OS X v10.3. Use selectRowIndexes:byExtendingSelection: instead.)

Original signature is '- (void)selectRow:(NSInteger)rowIndex byExtendingSelection:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.3. Use selectRowIndexes:byExtendingSelection: instead.")]
public virtual void SelectRowByExtendingSelection(
	NSInteger rowIndex,
	bool flag
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.3. Use selectRowIndexes:byExtendingSelection: instead.")> _
Public Overridable Sub SelectRowByExtendingSelection ( _
	rowIndex As NSInteger, _
	flag As Boolean _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.3. Use selectRowIndexes:byExtendingSelection: instead.")]
public:
virtual void SelectRowByExtendingSelection(
	NSInteger rowIndex, 
	bool flag
)
Parameters
rowIndex (NSInteger)
MISSING
flag (Boolean)
MISSING
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)