DocumentClass.ReplyWithChanges Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub ReplyWithChanges ( _
ByRef ShowMessage As Object _
)
'Usage
Dim instance As DocumentClass
Dim ShowMessage As Object
instance.ReplyWithChanges(ShowMessage)
public virtual void ReplyWithChanges(
ref Object ShowMessage
)
Parameters
- ShowMessage
Type: System.Object%
Implements
_Document.ReplyWithChanges(Object%)