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.


- aRect (NSRect)
- A rectangle in the coordinate system of the receiver.

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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)