Share via


NSBrowserDelegate.CreateRowsForColumn(NSBrowser, IntPtr, NSMatrix) Method

Definition

[Foundation.Export("browser:createRowsForColumn:inMatrix:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CreateRowsForColumn(AppKit.NSBrowser sender, IntPtr column, AppKit.NSMatrix matrix);
[<Foundation.Export("browser:createRowsForColumn:inMatrix:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateRowsForColumn : AppKit.NSBrowser * nativeint * AppKit.NSMatrix -> unit
override this.CreateRowsForColumn : AppKit.NSBrowser * nativeint * AppKit.NSMatrix -> unit

Parameters

sender
NSBrowser
column
IntPtr

nativeint

matrix
NSMatrix

Implements

Attributes

Applies to