Returns a Boolean value that indicates whether the row at a given index is selected.
Original signature is '- (BOOL)isRowSelected:(NSInteger)rowIndex'
Available in Mac OS X v10.0 and later.


- rowIndex (NSInteger)
- The index of the row to test.

YES if the row at rowIndex is selected, otherwise NO.

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