Returns the column indexes in the specified rectangle.
Original signature is '- (NSIndexSet *)columnIndexesInRect:(NSRect)rect'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSIndexSet ColumnIndexesInRect( NSRect rect )
Public Overridable Function ColumnIndexesInRect ( _ rect As NSRect _ ) As NSIndexSet
public: virtual NSIndexSet^ ColumnIndexesInRect( NSRect rect )

- rect (NSRect)
- The rectangle in the view’s coordinate system.

An index set containing the cell indexes.

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