Revisions Interface 

A collection of Revision objects that represent the changes marked with revision marks in a range or document.

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

Usage

Public Class evisionsImplementation
    Implements Revisions
End Class
Dim evisionsImplementation1 As New evisionsImplementation()

Syntax

Public Interface Revisions
    Inherits IEnumerable
public interface Revisions : IEnumerable
public interface class Revisions : public IEnumerable
public interface Revisions implements IEnumerable
public interface Revisions implements IEnumerable

Remarks

Use the Revisions property of a Document or Range object to return the Revisions collection.

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.

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 Count property for this collection in a document returns the number of items in the main story only. To count items in other stories use the collection with the Range object.

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

Revisions Members