WizardStepCollection::RemoveAt Method (Int32)

 

Removes the WizardStepBase-derived object from the collection at the specified location.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

The index of the WizardStepBase-derived object to remove.

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
Return to top
Show: