Hyperlinks.Count Property
Visio Automation Reference |
Returns the number of objects in a collection. Read-only.
Version Information
Version Added: Visio 2.0
Syntax
expression.Count
expression A variable that represents a Hyperlinks object.
Return Value
Integer
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to use the Count property to iterate through a Documents collection. It displays the names of all the open Microsoft Office Visio documents in the Immediate window.
Visual Basic for Applications |
---|
|
See Also