System.Web.UI.WebControls.WizardStepCollection.AddAt Method

Adds the specified System.Web.UI.WebControls.WizardStepBase-derived object to the collection at the specified index location.

Syntax

public void AddAt (int index, WizardStepBase wizardStep)

Parameters

index
The index location at which to insert System.Web.UI.WebControls.WizardStepBase-derived object.
wizardStep
The System.Web.UI.WebControls.WizardStepBase-derived object to append to the System.Web.UI.WebControls.WizardStepCollection collection.

Remarks

The WizardStepCollection.AddAt(int, WizardStepBase) method adds the System.Web.UI.WebControls.WizardStepBase-derived object to the collection at the specified index location.

To add a System.Web.UI.WebControls.WizardStepBase-derived object to the end of the System.Web.UI.WebControls.WizardStepCollection collection, use the WizardStepCollection.Add(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