ApplicationClass.remove_WorkbookBeforePrint Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub remove_WorkbookBeforePrint ( _
param0 As AppEvents_WorkbookBeforePrintEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_WorkbookBeforePrintEventHandler
instance.remove_WorkbookBeforePrint(param0)
public virtual void remove_WorkbookBeforePrint(
AppEvents_WorkbookBeforePrintEventHandler param0
)
Parameters
Implements
AppEvents_Event.remove_WorkbookBeforePrint(AppEvents_WorkbookBeforePrintEventHandler)