AppEvents_Event.remove_WorkbookBeforePrint Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_WorkbookBeforePrint ( _
param0 As AppEvents_WorkbookBeforePrintEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_WorkbookBeforePrintEventHandler
instance.remove_WorkbookBeforePrint(param0)
void remove_WorkbookBeforePrint(
AppEvents_WorkbookBeforePrintEventHandler param0
)