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
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
Parameters
- row
- System.System.IntPtr System.nativeint
- Attributes
Applies to
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
Parameters
- row
- System.System.IntPtr System.nativeint
- newCells
- NSCell[]
- Attributes