[]
Inserts a range of pages into the current collection.
public void InsertRange(int index, ICollection pages)
Public Sub InsertRange(index As Integer, pages As ICollection)
| Type | Name | Description |
|---|---|---|
| int | index | Index at which to insert the pages. |
| ICollection | pages | The pages to insert. |