IDocEvents.BeforeDoubleClick Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub BeforeDoubleClick ( _
Target As Range, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As IDocEvents
Dim Target As Range
Dim Cancel As Boolean
instance.BeforeDoubleClick(Target, Cancel)
void BeforeDoubleClick(
Range Target,
out bool Cancel
)
Parameters
- Target
Type: Microsoft.Office.Interop.Excel.Range
- Cancel
Type: System.Boolean