Returns the indexes of the receiver’s columns that intersect the specified rectangle.
Original signature is '- (NSIndexSet *)columnIndexesInRect:(NSRect)rect'
Available in Mac OS X v10.5 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 receiver’s coordinate system to test for column enclosure.

New NSIndexSet object containing the indexes of the receiver’s columns that intersect with rect.

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