| Overload | Description |
|---|---|
| AddRange(Page[]) | Adds the specified array of Page objects to the collection. |
| AddRange(PagesCollection) | Adds the pages from the specified collection into the collection. |
| C# | Copy Code |
|---|---|
private void Form1_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load | |