AddPage Method
The AddPage method adds a new page to the plot document.
Syntax
object.AddPage( Name )
| Parameter | Type | Description |
| Name | String | required, name for the new page |
Example
This example demonstrates how to add a new page to the plot document.
Document.AddPage("SiteB")
Used by: Document Object