Share via


NSTableView.GetView(IntPtr, IntPtr, Boolean) Method

Definition

[Foundation.Export("viewAtColumn:row:makeIfNecessary:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSView GetView(IntPtr column, IntPtr row, bool makeIfNecessary);
[<Foundation.Export("viewAtColumn:row:makeIfNecessary:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetView : nativeint * nativeint * bool -> AppKit.NSView
override this.GetView : nativeint * nativeint * bool -> AppKit.NSView

Parameters

column
IntPtr

nativeint

row
IntPtr

nativeint

makeIfNecessary
Boolean

Returns

Attributes

Applies to