Provides an index path containing the indexes in the receiving index path and another index.
Original signature is '- (NSIndexPath *)indexPathByAddingIndex:(NSUInteger)index'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSIndexPath IndexPathByAddingIndex( NSUInteger index )
Public Overridable Function IndexPathByAddingIndex ( _ index As NSUInteger _ ) As NSIndexPath
public: virtual NSIndexPath^ IndexPathByAddingIndex( NSUInteger index )

- index (NSUInteger)
- Index to append to the index path’s indexes.

New NSIndexPath object containing the receiving index path’s indexes and index.

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