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)

Usage

Public Class ersionImplementation
    Implements Version
End Class
Dim ersionImplementation1 As New ersionImplementation()

Syntax

Public Interface Version
public interface Version
public interface class Version
public interface Version
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Version Members