Edit

Share via


RootElement.RemoveAt Method

Definition

Overloads

RemoveAt(Int32)

Removes a section at a specified location using the default animation.

RemoveAt(Int32, UITableViewRowAnimation)

RemoveAt(Int32)

Removes a section at a specified location using the default animation.

public void RemoveAt (int idx);
member this.RemoveAt : int -> unit

Parameters

idx
Int32

Index of the section to remove.

Remarks

The default animation is Fade, but it could change in the future.

Applies to

RemoveAt(Int32, UITableViewRowAnimation)

public void RemoveAt (int idx, UIKit.UITableViewRowAnimation anim);
member this.RemoveAt : int * UIKit.UITableViewRowAnimation -> unit

Parameters

idx
Int32

Applies to