MonobjcMonobjc Documented Class Library
RowsInRect Method (aRect)
NamespacesMonobjc.AppKitNSTableViewRowsInRect(NSRect)

Returns a range of indices for the rows that lie wholly or partially within the vertical boundaries of a given rectangle.

Original signature is '- (NSRange)rowsInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange RowsInRect(
	NSRect aRect
)
Public Overridable Function RowsInRect ( _
	aRect As NSRect _
) As NSRange
public:
virtual NSRange RowsInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle in the coordinate system of the receiver.
Return Value
A range of indices for the receiver’s rows that lie wholly or partially within the horizontal boundaries of aRect. If the width or height of aRect is 0, returns an NSRange whose length is 0.
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)