Reviewer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single reviewer of a document in which changes have been tracked.
public interface class Reviewer
[System.Runtime.InteropServices.Guid("47CEF4AE-DC32-4220-8AA5-19CCC0E6633A")]
public interface Reviewer
type Reviewer = interface
Public Interface Reviewer
- Attributes
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Parent |
Returns an object that represents the parent object of the specified object. |
Visible |
True if the specified object is visible. |