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
- Comment
Type: System.Object%
Optional Object.