MonobjcMonobjc Documented Class Library
SelectTextAtRowColumn Method (row, column)
NamespacesMonobjc.AppKitNSMatrixSelectTextAtRowColumn(NSInteger, NSInteger)

Selects the text in the cell at the specified location and returns the cell.

Original signature is '- (id)selectTextAtRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id SelectTextAtRowColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function SelectTextAtRowColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As Id
public:
virtual Id^ SelectTextAtRowColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row containing the text to select.
column (NSInteger)
The column containing the text to select.
Return Value
If it is both editable and selectable, the cell at the specified row and column. If the cell at the specified location, is either not editable or not selectable, this method does nothing and returns nil. If row and column indicate a cell that is outside the receiver, this method does nothing and returns the receiver.
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)