Inserts the specified index.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void Insert(
	int index,
	C1Picker child
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	child As C1Picker _
)

Parameters

index
Type: System..::..Int32
The index.
child
Type: C1.Web.iPhone.C1PickerView..::..C1Picker
The child.

See Also