Returns the fully prepared cell that the receiver will use for drawing or processing of the specified row and column.
Original signature is '- (NSCell *)preparedCellAtColumn:(NSInteger)column row:(NSInteger)row'
Available in Mac OS X v10.5 and later.


New NSCell subclass instance to use for the specified row and column. The value for the cell is correctly set, and the delegate method tableView:willDisplayCell:forTableColumn:row: will have been called.

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