Viewer.ReviewerMarkupVisible property (Visio Viewer)

Gets or sets a value that indicates whether markup of the specified reviewer is visible in the drawing that is open in Microsoft Visio Viewer. Read/write.

Syntax

expression.ReviewerMarkupVisible (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

Boolean

Remarks

The collection of reviewers is one-based, so the index of the first reviewer in the collection is 1. The default is for reviewer markup to be visible for any reviewers in the drawing. If there are no reviewers in the drawing, or if you pass the index of a nonexistent reviewer, Visio Viewer returns an error.

Example

The following code shows how to display the markup of the first reviewer in the collection of reviewers in the drawing that is open in Visio Viewer.

vsoViewer.ReviewerMarkupVisible(1)  = True

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.