Share via


NSTableView.GetRowView(IntPtr, Boolean) Method

Definition

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

Parameters

row
IntPtr

nativeint

makeIfNecessary
Boolean

Returns

Attributes

Applies to