WizardPagesCollection.Insert Method

void Insert(Int32 index, WizardPage value)

Inserts an element into the WizardPagesCollection at the specified index.

#NameDescription
1indexAn Integer value representing the zero-based index at which value should be inserted.
2valueA WizardPage object to insert. The value can be null.

Result: stored in self (calling object)