MonobjcMonobjc Documented Class Library
HighlightCellAtRowColumn Method (flag, row, column)
NamespacesMonobjc.AppKitNSMatrixHighlightCellAtRowColumn(Boolean, NSInteger, NSInteger)

Highlights or unhighlights the cell at the specified row and column location.

Original signature is '- (void)highlightCell:(BOOL)flag atRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void HighlightCellAtRowColumn(
	bool flag,
	NSInteger row,
	NSInteger column
)
Public Overridable Sub HighlightCellAtRowColumn ( _
	flag As Boolean, _
	row As NSInteger, _
	column As NSInteger _
)
public:
virtual void HighlightCellAtRowColumn(
	bool flag, 
	NSInteger row, 
	NSInteger column
)
Parameters
flag (Boolean)
YES to highlight the cell; NO to unhighlight the cell.
row (NSInteger)
The row containing the cell.
column (NSInteger)
The column containing the cell.
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)