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)

Usage

Public Class eviewersImplementation
    Implements Reviewers
End Class
Dim eviewersImplementation1 As New eviewersImplementation()

Syntax

Public Interface Reviewers
    Inherits IEnumerable
public interface Reviewers : IEnumerable
public interface class Reviewers : public IEnumerable
public interface Reviewers implements IEnumerable
public interface Reviewers implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Reviewers Members