Viewer.ReviewerID property (Visio Viewer)
Gets the ID of the specified reviewer in the drawing open in Microsoft Visio Viewer. Read-only.
Syntax
expression.ReviewerID (ReviewerIndex)
expression An expression that returns a Viewer object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ReviewerIndex | Required | Long | The index of the reviewer in the collection of reviewers. |
Return value
Long
Remarks
The collection of reviewers is one-based, so the index of the first reviewer in the collection is 1.
Example
The following code gets the ID of the reviewer at index position 1 in the drawing open in Visio Viewer.
Debug.Print vsoViewer.ReviewerID(1)
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.