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