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 Masters collection for a document's stencil. Read-only.
Version Information
Version Added: Visio 2.0
Syntax
expression.Masters
expression A variable that represents a Document object.
Return Value
Masters
Example
This Microsoft Visual Basic for Applications (VBA) program shows how to use the Masters property to print all the master shape names in the current document to the Immediate window.
Before running this macro, open a Microsoft Office Visio drawing and drag at least one shape from a stencil onto to the drawing page.
| Visual Basic for Applications |
|---|
|
See Also