Range.Updates Property
Gets a CoAuthUpdates collection object that represents all the available updates in the range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Updates As CoAuthUpdates
Get
'Usage
Dim instance As Range
Dim value As CoAuthUpdates
value = instance.Updates
CoAuthUpdates Updates { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CoAuthUpdates
A CoAuthUpdates collection object that represents all the available updates in the range.
Remarks
Read-only. Use this property to return the CoAuthUpdates collection.