Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (26 loc) · 1.02 KB

viewer-reviewerinitial-property-visio-viewer.md

File metadata and controls

50 lines (26 loc) · 1.02 KB
title ms.prod api_name ms.assetid ms.date
Viewer.ReviewerInitial Property (Visio Viewer)
visio
Visio.ReviewerInitial
be7bfc55-d4c0-4d7b-c50d-e6106441ca37
06/08/2017

Viewer.ReviewerInitial Property (Visio Viewer)

Gets the initials of the specified reviewer in the drawing that is open in Microsoft Visio Viewer. Read-only.

Syntax

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

String

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 initials of the reviewer at index position 1 in the collection of reviewers in the drawing that is open in Visio Viewer.

Debug.Print vsoViewer.ReviewerInitial(1)