Share via


NSMatrix.InsertRow Method

Definition

Overloads

InsertRow(IntPtr)

[Foundation.Export("insertRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRow(IntPtr row);
[<Foundation.Export("insertRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRow : nativeint -> unit
override this.InsertRow : nativeint -> unit

Parameters

row
IntPtr

nativeint

Attributes

Applies to

InsertRow(IntPtr, NSCell[])

[Foundation.Export("insertRow:withCells:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRow(IntPtr row, AppKit.NSCell[] newCells);
[<Foundation.Export("insertRow:withCells:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRow : nativeint * AppKit.NSCell[] -> unit
override this.InsertRow : nativeint * AppKit.NSCell[] -> unit

Parameters

row
IntPtr

nativeint

newCells
NSCell[]
Attributes

Applies to