Sets the receiver’s current selection to the specified index paths.
Original signature is '- (BOOL)setSelectionIndexPaths:(NSArray *)indexPaths'
Available in Mac OS X v10.4 and later.


- indexPaths (NSArray)
- An array of NSIndexpath objects specifying the selected objects.

Return YES if the selection has changed, 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)