Extensibility > Graphics Builder Automation Interface > Page Functions > PageSelect

PageSelect

Selects an opened page.

Syntax

PageSelect

sBase - Base name
sFile - File name

Return Value

N/A

Note: For details on handling return and error values, see Error Handling.

Example

Public Sub Example()
Dim gb As GraphicsBuilder.GraphicsBuilder
.
.
.
gb.PageSelect("BaseName", "Filename")
End Sub

Related Functions

PageSelectNext

Published June 2018