[]
Inserts a page into the current collection.
public void Insert(int index, PreviewPageBase page)
Public Sub Insert(index As Integer, page As PreviewPageBase)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which to insert the page. |
| PreviewPageBase | page | The page to insert. |