Selection.PreviousRevision(Object) Method

Definition

Locates and returns the previous tracked change as a Revision object.

public Microsoft.Office.Interop.Word.Revision PreviousRevision (ref object Wrap);
abstract member PreviousRevision : obj -> Microsoft.Office.Interop.Word.Revision
Public Function PreviousRevision (Optional ByRef Wrap As Object) As Revision

Parameters

Wrap
Object

Optional Object. True to continue searching for a revision at the end of the document when the beginning of the document is reached. The default value is False.

Returns

Applies to