AppEvents_Event.remove_WorkbookBeforeXmlExport 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_WorkbookBeforeXmlExport ( _
param0 As AppEvents_WorkbookBeforeXmlExportEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_WorkbookBeforeXmlExportEventHandler
instance.remove_WorkbookBeforeXmlExport(param0)
void remove_WorkbookBeforeXmlExport(
AppEvents_WorkbookBeforeXmlExportEventHandler param0
)