Removes the System.Web.UI.WebControls.WizardStepBase-derived object from the collection at the specified location.
- index
The index of the System.Web.UI.WebControls.WizardStepBase-derived object to remove.
Use the WizardStepCollection.RemoveAt(int) method to remove the System.Web.UI.WebControls.WizardStepBase-derived object from the System.Web.UI.WebControls.WizardStepCollection collection at the specified index location. Alternatively, you can remove a specific System.Web.UI.WebControls.WizardStepBase-derived object from the collection using the WizardStepCollection.Remove(WizardStepBase) method.