System.Web.UI.WebControls.WizardStepCollection.RemoveAt Method

Removes the System.Web.UI.WebControls.WizardStepBase-derived object from the collection at the specified location.

Syntax

public void RemoveAt (int index)

Parameters

index
The index of the System.Web.UI.WebControls.WizardStepBase-derived object to remove.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0