Returns the row index of the selected cell in the specified column.
Original signature is '- (NSInteger)selectedRowInColumn:(NSInteger)column'
Available in Mac OS X v10.0 and later.


- column (NSInteger)
- The column index specifying the column for which to return the selected row.

The row index of the selected cell in the specified column.

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