MonobjcMonobjc Documented Class Library
ColumnIndexesInRect Method (rect)
NamespacesMonobjc.AppKitNSTableViewColumnIndexesInRect(NSRect)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSIndexSet ColumnIndexesInRect(
	NSRect rect
)
Public Overridable Function ColumnIndexesInRect ( _
	rect As NSRect _
) As NSIndexSet
public:
virtual NSIndexSet^ ColumnIndexesInRect(
	NSRect rect
)
Parameters
rect (NSRect)
The rectangle in the receiver’s coordinate system to test for column enclosure.
Return Value
New NSIndexSet object containing the indexes of the receiver’s columns that intersect with rect.
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)