RootElement.Insert Method

Definition

Overloads

Insert(Int32, Section)

Inserts a new section into the RootElement

Insert(Int32, UITableViewRowAnimation, Section[])

Insert(Int32, Section)

Inserts a new section into the RootElement

public void Insert (int idx, MonoTouch.Dialog.Section section);
member this.Insert : int * MonoTouch.Dialog.Section -> unit

Parameters

idx
Int32

The index where the section is added T:System.Int32

section
Section

Section to add at the given position.

Remarks

This inserts the specified list of sections (a params argument) into the root using the Fade animation.

Applies to

Insert(Int32, UITableViewRowAnimation, Section[])

public void Insert (int idx, UIKit.UITableViewRowAnimation anim, params MonoTouch.Dialog.Section[] newSections);
member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.Section[] -> unit

Parameters

idx
Int32
newSections
Section[]

Applies to