WorksheetClass.remove_SelectionChange Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub remove_SelectionChange ( _
param0 As DocEvents_SelectionChangeEventHandler _
)
'Usage
Dim instance As WorksheetClass
Dim param0 As DocEvents_SelectionChangeEventHandler
instance.remove_SelectionChange(param0)
public virtual void remove_SelectionChange(
DocEvents_SelectionChangeEventHandler param0
)
Parameters
Implements
DocEvents_Event.remove_SelectionChange(DocEvents_SelectionChangeEventHandler)