Adds the specified System.Web.UI.WebControls.WizardStepBase-derived object to the collection at the specified index location.
- index
- The index location at which to insert System.Web.UI.WebControls.WizardStepBase-derived object.
- wizardStep
- The System.Web.UI.WebControls.WizardStepBase-derived object to append to the System.Web.UI.WebControls.WizardStepCollection collection.
The WizardStepCollection.AddAt(int, WizardStepBase) method adds the System.Web.UI.WebControls.WizardStepBase-derived object to the collection at the specified index location.
To add a System.Web.UI.WebControls.WizardStepBase-derived object to the end of the System.Web.UI.WebControls.WizardStepCollection collection, use the WizardStepCollection.Add(WizardStepBase) method.