Versions.Save Method

Saves a version of the specified document with a comment.

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

Syntax

'Declaration
Sub Save ( _
    ByRef Comment As Object _
)
'Usage
Dim instance As Versions
Dim Comment As Object

instance.Save(Comment)
void Save(
    ref Object Comment
)

Parameters

See Also

Reference

Versions Interface

Versions Members

Microsoft.Office.Interop.Word Namespace