Expand Minimize
This topic has not yet been rated - Rate this topic

Document.Name Property (Visio)

Published: July 16, 2012

Specifies the name of an object. Read-only.

Version Added: Visio 2.0

expression .Name

expression A variable that represents a Document object.

Return Value

String

You can get, but not set, the Name property of a Document object. If a document is not yet named, this property returns the document's temporary name, such as Drawing1 or Stencil1.

Note Note

Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)

As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the Name property to get or set a Hyperlink, Layer, Master, MasterShortcut, Page, Shape, Style, or Row object's local name. Use the NameU property to get or set its universal name.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.