Share via


AppEvents_SinkHelper.SheetChange Method

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

Syntax

'Declaration
Public Overridable Sub SheetChange ( _
    param0 As Object, _
    param1 As Range _
)
'Usage
Dim instance As AppEvents_SinkHelper
Dim param0 As Object
Dim param1 As Range

instance.SheetChange(param0, param1)
public virtual void SheetChange(
    Object param0,
    Range param1
)

Parameters

Implements

AppEvents.SheetChange(Object, Range)

See Also

Reference

AppEvents_SinkHelper Class

AppEvents_SinkHelper Members

Microsoft.Office.Interop.Excel Namespace