Document.Pages Property
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