Share via


ApplicationClass.remove_SheetBeforeRightClick Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Overridable Sub remove_SheetBeforeRightClick ( _
    param0 As AppEvents_SheetBeforeRightClickEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_SheetBeforeRightClickEventHandler

instance.remove_SheetBeforeRightClick(param0)
public virtual void remove_SheetBeforeRightClick(
    AppEvents_SheetBeforeRightClickEventHandler param0
)

Parameters

Implements

AppEvents_Event.remove_SheetBeforeRightClick(AppEvents_SheetBeforeRightClickEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace