Returns the rectangle containing the specified column.
Original signature is '- (NSRect)rectOfColumn:(NSUInteger)columnIndex'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRect RectOfColumn( NSUInteger columnIndex )
Public Overridable Function RectOfColumn ( _ columnIndex As NSUInteger _ ) As NSRect
public: virtual NSRect RectOfColumn( NSUInteger columnIndex )

- columnIndex (NSUInteger)
- The column index.

A rectangle containing the column. Specified in the view’s coordinate system.

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