Selection.PreviousRevision(Object) Method
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.
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.