Share via


NSTableView.HideRows(NSIndexSet, NSTableViewAnimation) Method

Definition

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

Parameters

indexes
NSIndexSet
rowAnimation
NSTableViewAnimation
Attributes

Applies to