MonobjcMonobjc Documented Class Library
FrameOfRowInColumn Method (row, column)
NamespacesMonobjc.AppKitNSBrowserFrameOfRowInColumn(NSInteger, NSInteger)

Returns the frame of the cell at the specified location, including the expandable arrow.

Original signature is '- (NSRect)frameOfRow:(NSInteger)row inColumn:(NSInteger)column'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect FrameOfRowInColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function FrameOfRowInColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As NSRect
public:
virtual NSRect FrameOfRowInColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row of the cell.
column (NSInteger)
The column of the cell.
Return Value
The frame of the cell, in the NSBrowser coordinate space.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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