Returns the chosen values for a given row.
Original signature is '- (NSArray *)displayValuesForRow:(NSInteger)row'
Available in Mac OS X v10.5 and later.


- row (NSInteger)
- The index of a row in the receiver.

The chosen values (strings, views, or menu items) for row row.

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