MonobjcMonobjc Documented Class Library
DeselectRow Method (rowIndex)
NamespacesMonobjc.AppKitNSTableViewDeselectRow(NSInteger)

Deselects the row at a given index if it’s selected.

Original signature is '- (void)deselectRow:(NSInteger)rowIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DeselectRow(
	NSInteger rowIndex
)
Public Overridable Sub DeselectRow ( _
	rowIndex As NSInteger _
)
public:
virtual void DeselectRow(
	NSInteger rowIndex
)
Parameters
rowIndex (NSInteger)
The index of the row to deselect.
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)