Share via


NSTableView.UnhideRows(NSIndexSet, NSTableViewAnimation) Method

Definition

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

Parameters

indexes
NSIndexSet
rowAnimation
NSTableViewAnimation
Attributes

Applies to