Partager via


WorkbookClass.add_NewChart Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub add_NewChart ( _
    param0 As WorkbookEvents_NewChartEventHandler _
)
'Usage
Dim instance As WorkbookClass
Dim param0 As WorkbookEvents_NewChartEventHandler

instance.add_NewChart(param0)
public virtual void add_NewChart(
    WorkbookEvents_NewChartEventHandler param0
)

Parameters

Implements

WorkbookEvents_Event.add_NewChart(WorkbookEvents_NewChartEventHandler)

See Also

Reference

WorkbookClass Class

WorkbookClass Members

Microsoft.Office.Interop.Excel Namespace