Share via


NSOutlineView.InsertRows(NSIndexSet, NSTableViewAnimation) Method

Definition

[Foundation.Export("insertRowsAtIndexes:withAnimation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRows(Foundation.NSIndexSet indexes, AppKit.NSTableViewAnimation animationOptions);
[<Foundation.Export("insertRowsAtIndexes:withAnimation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.InsertRows : Foundation.NSIndexSet * AppKit.NSTableViewAnimation -> unit

Parameters

indexes
NSIndexSet
animationOptions
NSTableViewAnimation
Attributes

Applies to