Version Interface
Represents a single version of a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("000209B4-0000-0000-C000-000000000046")> _
Public Interface Version
'Usage
Dim instance As Version
[GuidAttribute("000209B4-0000-0000-C000-000000000046")]
public interface Version
Remarks
The Version object is a member of the Versions collection. The Versions collection includes all the versions of the specified document.
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.
Use the Save method to add an item to the Versions collection.