WorkbookEvents_SheetCalculateEventHandler Delegate

Definition

A Delegate type used to add an event handler for the SheetCalculate event. The SheetCalculate event occurs after any worksheet is recalculated or after any changed data is plotted on a chart.

C#
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_SheetCalculateEventHandler(object Sh);

Parameters

Sh
Object

The sheet. Can be a Chart or Worksheet object.

Attributes

Applies to

Product Versions
Excel primary interop assembly Latest