SetActivePage Method
The SetActivePage method selects which pages is active in the plot document.
Syntax
object.SetActivePage( pageIndex )
Parameter | Type | Description |
pageIndex | Variant | required, the 1-based integer index value of the page to activate |
Example
This example demonstrates how to make the 2nd page in the document active.
Document.SetActivePage(2)
Used by: Document object