Reviewer Interface 

Represents a single reviewer of a document in which changes have been tracked.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class eviewerImplementation
    Implements Reviewer
End Class
Dim eviewerImplementation1 As New eviewerImplementation()

Syntax

Public Interface Reviewer
public interface Reviewer
public interface class Reviewer
public interface Reviewer
public interface Reviewer

Remarks

The Reviewer object is a member of the Reviewers collection.

Use Reviewers(index), where index is the name or number of the reviewer, to return a Reviewer object. Use the Visible property to display or hide individual reviewers in a document.

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

Reviewer Members