Share via


NSRuleEditor.InsertRowAtIndex Method

Definition

[Foundation.Export("insertRowAtIndex:withType:asSubrowOfRow:animate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRowAtIndex(IntPtr rowIndex, AppKit.NSRuleEditorRowType rowType, IntPtr parentRow, bool shouldAnimate);
[<Foundation.Export("insertRowAtIndex:withType:asSubrowOfRow:animate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRowAtIndex : nativeint * AppKit.NSRuleEditorRowType * nativeint * bool -> unit
override this.InsertRowAtIndex : nativeint * AppKit.NSRuleEditorRowType * nativeint * bool -> unit

Parameters

rowIndex
IntPtr

nativeint

parentRow
IntPtr

nativeint

shouldAnimate
Boolean
Attributes

Applies to