DocEvents_SinkHelper.SelectionChange Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub SelectionChange ( _
param0 As Range _
)
'Usage
Dim instance As DocEvents_SinkHelper
Dim param0 As Range
instance.SelectionChange(param0)
public virtual void SelectionChange(
Range param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.Range
Implements
DocEvents.SelectionChange(Range)