Share via


NSMatrix.InsertRow 方法

定义

重载

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

参数

row
System.System.IntPtr System.nativeint
属性

适用于

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

参数

row
System.System.IntPtr System.nativeint
newCells
NSCell[]
属性

适用于