Returns the index path of the item whose children are displayed in the given column.
Original signature is '- (NSIndexPath *)indexPathForColumn:(NSInteger)column'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSIndexPath IndexPathForColumn( NSInteger column )
Public Overridable Function IndexPathForColumn ( _ column As NSInteger _ ) As NSIndexPath
public: virtual NSIndexPath^ IndexPathForColumn( NSInteger column )

- column (NSInteger)
- The column to find the index path for.

The index path of the column.

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