Share via


ApplicationClass.add_SheetChange Method

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

Syntax

'Declaration
Public Overridable Sub add_SheetChange ( _
    param0 As AppEvents_SheetChangeEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As AppEvents_SheetChangeEventHandler

instance.add_SheetChange(param0)
public virtual void add_SheetChange(
    AppEvents_SheetChangeEventHandler param0
)

Parameters

Implements

AppEvents_Event.add_SheetChange(AppEvents_SheetChangeEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace