Reviewers Interface

A collection of Reviewer objects that represents the reviewers of one or more documents. The Reviewers collection contains the names of all reviewers who have reviewed documents opened or edited on a machine.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("12DCDC9A-5418-48A3-BBE6-EB57BAE275E8")> _
Public Interface Reviewers _
    Inherits IEnumerable
'Usage
Dim instance As Reviewers
[GuidAttribute("12DCDC9A-5418-48A3-BBE6-EB57BAE275E8")]
public interface Reviewers : IEnumerable

Remarks

Use Reviewers(index), where index is the name or index number of the reviewer, to return a single reviewer in the Reviewers collection.

See Also

Reference

Reviewers Members

Microsoft.Office.Interop.Word Namespace