NSRuleEditor.InsertRowAtIndex 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.
[Foundation.Export("insertRowAtIndex:withType:asSubrowOfRow:animate:")]
public virtual void InsertRowAtIndex (nint rowIndex, AppKit.NSRuleEditorRowType rowType, nint parentRow, bool shouldAnimate);
abstract member InsertRowAtIndex : nint * AppKit.NSRuleEditorRowType * nint * bool -> unit
override this.InsertRowAtIndex : nint * AppKit.NSRuleEditorRowType * nint * bool -> unit
Parameters
- rowIndex
- System.System.IntPtr System.nativeint
- rowType
- NSRuleEditorRowType
- parentRow
- System.System.IntPtr System.nativeint
- shouldAnimate
- Boolean
- Attributes