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[]
- 属性