Document.Type Property
Visio Automation Reference |
Returns the type of the object. Read-only.
Version Information
Version Added: Visio 2.0
Syntax
expression.Type
expression A variable that represents a Document object.
Return Value
VisDocumentTypes
Remarks
Type value constants for Document objects (the possible values that the Type property of a Document object returns) are declared by the Visio type library in VisDocumentTypes.
See Also