NSMatrix.InsertColumn メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
InsertColumn(nint, NSCell[]) | |
InsertColumn(nint) |
InsertColumn(nint, NSCell[])
[Foundation.Export("insertColumn:withCells:")]
public virtual void InsertColumn (nint column, AppKit.NSCell[] newCells);
abstract member InsertColumn : nint * AppKit.NSCell[] -> unit
override this.InsertColumn : nint * AppKit.NSCell[] -> unit
パラメーター
- column
- System.System.IntPtr System.nativeint
- newCells
- NSCell[]
- 属性
適用対象
InsertColumn(nint)
[Foundation.Export("insertColumn:")]
public virtual void InsertColumn (nint column);
abstract member InsertColumn : nint -> unit
override this.InsertColumn : nint -> unit
パラメーター
- column
- System.System.IntPtr System.nativeint
- 属性