Share via


UITableView.ReloadSections(NSIndexSet, UITableViewRowAnimation) Method

Definition

[Foundation.Export("reloadSections:withRowAnimation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReloadSections(Foundation.NSIndexSet sections, UIKit.UITableViewRowAnimation withRowAnimation);
[<Foundation.Export("reloadSections:withRowAnimation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReloadSections : Foundation.NSIndexSet * UIKit.UITableViewRowAnimation -> unit
override this.ReloadSections : Foundation.NSIndexSet * UIKit.UITableViewRowAnimation -> unit

Parameters

sections
NSIndexSet
withRowAnimation
UITableViewRowAnimation
Attributes

Applies to