WizardStepCollection.RemoveAt Method
.NET Framework 3.0
Removes the WizardStepBase-derived object from the collection at the specified location.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the RemoveAt method to remove the WizardStepBase-derived object from the WizardStepCollection collection at the specified index location. Alternatively, you can remove a specific WizardStepBase-derived object from the collection using the Remove method.
Community Additions
ADD
Show: