MonobjcMonobjc Documented Class Library
PerformClickOnCellAtColumnRow Method (column, row)
NamespacesMonobjc.AppKitNSTableViewPerformClickOnCellAtColumnRow(NSInteger, NSInteger)

Performs a click action on the cell at the specified row and column.

Original signature is '- (void)performClickOnCellAtColumn:(NSInteger)column row:(NSInteger)row'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PerformClickOnCellAtColumnRow(
	NSInteger column,
	NSInteger row
)
Public Overridable Sub PerformClickOnCellAtColumnRow ( _
	column As NSInteger, _
	row As NSInteger _
)
public:
virtual void PerformClickOnCellAtColumnRow(
	NSInteger column, 
	NSInteger row
)
Parameters
column (NSInteger)
The column of the cell.
row (NSInteger)
The row of the cell.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)