MonobjcMonobjc Documented Class Library
ColumnsInRect Method (aRect)
NamespacesMonobjc.AppKitNSTableViewColumnsInRect(NSRect)

Returns a range of indices for the receiver’s columns that lie wholly or partially within the horizontal boundaries of a given rectangle. (Deprecated in Mac OS X v10.5. Use columnIndexesInRect: instead.)

Original signature is '- (NSRange)columnsInRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use columnIndexesInRect: instead.")]
public virtual NSRange ColumnsInRect(
	NSRect aRect
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use columnIndexesInRect: instead.")> _
Public Overridable Function ColumnsInRect ( _
	aRect As NSRect _
) As NSRange
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. Use columnIndexesInRect: instead.")]
public:
virtual NSRange ColumnsInRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle in the coordinate system of the receiver.
Return Value
A range of indices for the receiver’s columns that lie wholly or partially within the horizontal boundaries of aRect. If the width or height of aRect is 0, returns an NSRange whose length is 0.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)