| Overload | Description |
|---|---|
| InsertRange(Int32,PagesCollection) | Inserts the members of the specified PagesCollection into the collection at the specified index. |
| InsertRange(Int32,Page[]) | Inserts an array of Page objects into the collection at the specified index. |
| C# | Copy Code |
|---|---|
private void button1_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click | |