Selection.PreviousRevision Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function PreviousRevision ( _
    ByRef Wrap As Object _
) As Revision
'Usage
Dim instance As Selection
Dim Wrap As Object
Dim returnValue As Revision

returnValue = instance.PreviousRevision(Wrap)
Revision PreviousRevision(
    ref Object Wrap
)

Parameters

  • Wrap
    Type: System.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.

Return Value

Type: Microsoft.Office.Interop.Word.Revision

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace