ChangePageName Method
The ChangePageName method renames the specified page in the plot document.
Syntax
object.ChangePageName( pageIndex, Name )
Parameter | Type | Description |
pageIndex | Variant | required, 1-based integer index value for the page to rename |
Name | String | required, new name for the page |
Example
This example demonstrates how to rename the third page in the document.
Document.ChangePageName(3, "Site Alpha")
Used by: Document Object