WorkbookEvents_SinkHelper.m_BeforeXmlExportDelegate Field
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public m_BeforeXmlExportDelegate As WorkbookEvents_BeforeXmlExportEventHandler
'Usage
Dim instance As WorkbookEvents_SinkHelper
Dim value As WorkbookEvents_BeforeXmlExportEventHandler
value = instance.m_BeforeXmlExportDelegate
instance.m_BeforeXmlExportDelegate = value
public WorkbookEvents_BeforeXmlExportEventHandler m_BeforeXmlExportDelegate
See Also
Reference
WorkbookEvents_SinkHelper Class