Library.WorkbookBeforeRightClick
This event is called before a workbook double-click is processed.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Library.WorkbookBeforeRightClick( _
Workbook As Workbook, _
Where As Integer, _
ByRef Cancel As Boolean)
|
Type: Workbook
Type: Integer
Type: Integer |
- |