Share via


UITableView.DeleteSections(NSIndexSet, UITableViewRowAnimation) Method

Definition

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

Parameters

sections
NSIndexSet
withRowAnimation
UITableViewRowAnimation
Attributes

Applies to