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