DocEvents_SinkHelper.Change Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub Change ( _
param0 As Range _
)
'Usage
Dim instance As DocEvents_SinkHelper
Dim param0 As Range
instance.Change(param0)
public virtual void Change(
Range param0
)
Parameters
- param0
Type: Microsoft.Office.Interop.Excel.Range