Viewer.ReviewerCount property (Visio Viewer)

Gets the count of reviewers in the current document open in Microsoft Visio Viewer. Read-only.

Syntax

expression.ReviewerCount

expression An expression that returns a Viewer object.

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 number of reviewers in the drawing open in Visio Viewer and displays it in the Immediate window.

Debug.Print vsoViewer.ReviewerCount

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.