共用方式為


IChartEvents.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 IChartEvents
Dim Cancel As Boolean

instance.BeforeRightClick(Cancel)
void BeforeRightClick(
    out bool Cancel
)

Parameters

See Also

Reference

IChartEvents Interface

IChartEvents Members

Microsoft.Office.Interop.Excel Namespace