Returns a rectangle locating the cell that lies at the intersection of columnIndex and rowIndex.
Original signature is '- (NSRect)frameOfCellAtColumn:(NSInteger)columnIndex row:(NSInteger)rowIndex'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |

A rectangle locating the cell that lies at the intersection of columnIndex and rowIndex. Returns NSZeroRect if columnIndex or rowIndex is greater than the number of columns or rows in the receiver.

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