ChartClass.remove_DragPlot Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub remove_DragPlot ( _
param0 As ChartEvents_DragPlotEventHandler _
)
'Usage
Dim instance As ChartClass
Dim param0 As ChartEvents_DragPlotEventHandler
instance.remove_DragPlot(param0)
public virtual void remove_DragPlot(
ChartEvents_DragPlotEventHandler param0
)
Parameters
Implements
ChartEvents_Event.remove_DragPlot(ChartEvents_DragPlotEventHandler)