Edit

Share via


Section.RemoveRange Method

Definition

Overloads

RemoveRange(Int32, Int32)

Removes a range of elements from the Section

RemoveRange(Int32, Int32, UITableViewRowAnimation)

RemoveRange(Int32, Int32)

Removes a range of elements from the Section

public void RemoveRange (int start, int count);
member this.RemoveRange : int * int -> unit

Parameters

start
Int32

Starting position

count
Int32

Number of elements to remove from the section

Applies to

RemoveRange(Int32, Int32, UITableViewRowAnimation)

public void RemoveRange (int start, int count, UIKit.UITableViewRowAnimation anim);
member this.RemoveRange : int * int * UIKit.UITableViewRowAnimation -> unit

Parameters

start
Int32
count
Int32

Applies to