Share via


NSTableView.GetColumnIndexesInRect(CGRect) Method

Definition

[Foundation.Export("columnIndexesInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexSet GetColumnIndexesInRect(CoreGraphics.CGRect rect);
[<Foundation.Export("columnIndexesInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetColumnIndexesInRect : CoreGraphics.CGRect -> Foundation.NSIndexSet
override this.GetColumnIndexesInRect : CoreGraphics.CGRect -> Foundation.NSIndexSet

Parameters

rect
CGRect

Returns

Attributes

Applies to