Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Visio Automation Reference |
Returns the Pages collection for a document. Read-only.
Version Information
Version Added: Visio 2.0
Syntax
expression.Pages
expression A variable that represents a Document object.
Return Value
Pages
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to use the Pages property to print the names of a document's pages.
| Visual Basic for Applications |
|---|
|
See Also