void Insert(Int32 index, WizardPage value)
Inserts an element into the WizardPagesCollection at the specified index.
| # | Name | Description |
|---|---|---|
| 1 | index | An Integer value representing the zero-based index at which value should be inserted. |
| 2 | value | A WizardPage object to insert. The value can be null. |
Result: stored in self (calling object)