MonobjcMonobjc Documented Class Library
IsRowSelected Method (rowIndex)
NamespacesMonobjc.AppKitNSTableViewIsRowSelected(NSInteger)

Returns a Boolean value that indicates whether the row at a given index is selected.

Original signature is '- (BOOL)isRowSelected:(NSInteger)rowIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsRowSelected(
	NSInteger rowIndex
)
Public Overridable Function IsRowSelected ( _
	rowIndex As NSInteger _
) As Boolean
public:
virtual bool IsRowSelected(
	NSInteger rowIndex
)
Parameters
rowIndex (NSInteger)
The index of the row to test.
Return Value
YES if the row at rowIndex is selected, otherwise NO.
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)