WizardStepCollection::AddAt Method (Int32, WizardStepBase^)

 

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)

public:
void AddAt(
	int index,
	WizardStepBase^ wizardStep
)

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