NSMatrix.InsertRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| InsertRow(IntPtr) | |
| InsertRow(IntPtr, NSCell[]) |
InsertRow(IntPtr)
[Foundation.Export("insertRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRow(IntPtr row);
[<Foundation.Export("insertRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRow : nativeint -> unit
override this.InsertRow : nativeint -> unit
Parameters
- row
-
IntPtr
nativeint
- Attributes
Applies to
InsertRow(IntPtr, NSCell[])
[Foundation.Export("insertRow:withCells:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRow(IntPtr row, AppKit.NSCell[] newCells);
[<Foundation.Export("insertRow:withCells:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRow : nativeint * AppKit.NSCell[] -> unit
override this.InsertRow : nativeint * AppKit.NSCell[] -> unit
Parameters
- row
-
IntPtr
nativeint
- newCells
- NSCell[]
- Attributes