WizardStepCollection.AddAt Method
.NET Framework 3.0
Adds the specified WizardStepBase-derived object to the collection at the specified index location.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddAt ( int index, WizardStepBase wizardStep )
public function AddAt ( index : int, wizardStep : WizardStepBase )
Not applicable.
Parameters
- index
The index location at which to insert WizardStepBase-derived object.
- wizardStep
The WizardStepBase-derived object to append to the WizardStepCollection collection.
The AddAt method adds the WizardStepBase-derived object to the collection at the specified index location.
To add a WizardStepBase-derived object to the end of the WizardStepCollection collection, use the Add method.
Community Additions
ADD
Show: