NSMatrix.InsertRow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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[]
- 屬性