ArcFM Solution Developer Guide
Insert Method (WizardPagesCollection)


An Integer value representing the zero-based index at which value should be inserted.
A WizardPage object to insert. The value can be null.
Inserts an element into the WizardPagesCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As WizardPage _
) 
'Usage
 
Dim instance As WizardPagesCollection
Dim index As System.Integer
Dim value As WizardPage
 
instance.Insert(index, value)
public void Insert( 
   System.int index,
   WizardPage value
)

Parameters

index
An Integer value representing the zero-based index at which value should be inserted.
value
A WizardPage object to insert. The value can be null.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WizardPagesCollection Class
WizardPagesCollection Members

 

 


Send Comment