WizardStepCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the WizardStepBase-derived object from the collection at the specified location.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the WizardStepBase-derived object to remove.
Implements
IList::RemoveAt(Int32)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.
.NET Framework
Available since 2.0
Available since 2.0
Show: