Inserts a Page object element into the PagesCollection at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public void Insert(
int ,
object
)
Parameters
- index
- The zero based index at which value should be inserted.
- value
- The page to insert.
See Also