Share via


NSTableView.InsertRows(NSIndexSet, NSTableViewAnimation) 方法

定义

[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

参数

indexes
NSIndexSet
animationOptions
NSTableViewAnimation
属性

适用于