Range.Revisions Property

Returns a Revisions collection that represents the tracked changes in the range.

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

Syntax

'Declaration
ReadOnly Property Revisions As Revisions
    Get
'Usage
Dim instance As Range
Dim value As Revisions

value = instance.Revisions
Revisions Revisions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Revisions

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace