NSMatrix.InsertRow Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- row
- System.System.IntPtr System.nativeint
- Attributi
Si applica 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
Parametri
- row
- System.System.IntPtr System.nativeint
- newCells
- NSCell[]
- Attributi