Versions interface
Office 2013 and later
A collection of Version objects that represent all the versions of a document. Corresponds to the items listed in the Versions dialog box (File menu).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use the Versions property to return the Versions collection.
Use the Save method to add an item to the Versions collection.
Use Versions(index), where index is the index number, to return a single Version object. The index number represents the position of the version in the Versions collection. The first version added to the Versions collection is index number 1.
Show: