DocEvents.SelectionChange Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SelectionChange ( _
Target As Range _
)
'Usage
Dim instance As DocEvents
Dim Target As Range
instance.SelectionChange(Target)
void SelectionChange(
Range Target
)
Parameters
- Target
Type: Microsoft.Office.Interop.Excel.Range