Compartilhar via


NSMatrix.InsertRow Método

Definição

Sobrecargas

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

Parâmetros

row
System.System.IntPtr System.nativeint
Atributos

Aplica-se a

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

Parâmetros

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

Aplica-se a