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