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