WizardStepCollection::AddAt Method (Int32, WizardStepBase^)
.NET Framework (current version)
Adds the specified WizardStepBase-derived object to the collection at the specified index location.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index location at which to insert WizardStepBase-derived object.
- wizardStep
-
Type:
System.Web.UI.WebControls::WizardStepBase^
The WizardStepBase-derived object to append to the WizardStepCollection collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | The WizardStepBase-derived object passed in is null. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: