Edit

Share via


NSTableView.InsertRows(NSIndexSet, NSTableViewAnimation) Method

Definition

[Foundation.Export("insertRowsAtIndexes:withAnimation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InsertRows (Foundation.NSIndexSet indexes, AppKit.NSTableViewAnimation animationOptions);
abstract member InsertRows : Foundation.NSIndexSet * AppKit.NSTableViewAnimation -> unit
override this.InsertRows : Foundation.NSIndexSet * AppKit.NSTableViewAnimation -> unit

Parameters

indexes
NSIndexSet
animationOptions
NSTableViewAnimation
Attributes

Applies to