Partager via


NSMatrix.InsertRow Méthode

Définition

Surcharges

InsertRow(nint)
InsertRow(nint, NSCell[])

InsertRow(nint)

[Foundation.Export("insertRow:")]
public virtual void InsertRow (nint row);
abstract member InsertRow : nint -> unit
override this.InsertRow : nint -> unit

Paramètres

row
System.System.IntPtr System.nativeint
Attributs

S’applique à

InsertRow(nint, NSCell[])

[Foundation.Export("insertRow:withCells:")]
public virtual void InsertRow (nint row, AppKit.NSCell[] newCells);
abstract member InsertRow : nint * AppKit.NSCell[] -> unit
override this.InsertRow : nint * AppKit.NSCell[] -> unit

Paramètres

row
System.System.IntPtr System.nativeint
newCells
NSCell[]
Attributs

S’applique à