Share via


NSOutlineView.RemoveRows(NSIndexSet, NSTableViewAnimation) Method

Definition

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

Parameters

indexes
NSIndexSet
animationOptions
NSTableViewAnimation
Attributes

Applies to