Revision Interface 

Represents a change marked with a revision mark.

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

Usage

Public Class evisionImplementation
    Implements Revision
End Class
Dim evisionImplementation1 As New evisionImplementation()

Syntax

Public Interface Revision
public interface Revision
public interface class Revision
public interface Revision
public interface Revision

Remarks

The Revision object is a member of the Revisions collection. The Revisions collection includes all the revision marks in a range or document.

Use Revisions(index), where index is the index number, to return a single Revision object. The index number represents the position of the revision in the range or document.

The Add method isn't available for the Revisions collection. Revision objects are added when change tracking is enabled. Set the TrackRevisions property to True to track revisions made to the document text.

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

Revision Members