WorkbookClass.ReplyWithChanges Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub ReplyWithChanges ( _
ShowMessage As Object _
)
'Usage
Dim instance As WorkbookClass
Dim ShowMessage As Object
instance.ReplyWithChanges(ShowMessage)
public virtual void ReplyWithChanges(
Object ShowMessage
)
Parameters
- ShowMessage
Type: System.Object
Implements
_Workbook.ReplyWithChanges(Object)