IPivotEvents.OnBeforeTableRefresh

Syntax

OnBeforeTableRefresh(Value: IPivotTable);

Parameters

Value. Refreshed table data.

Description

The OnBeforeTableRefresh method implements the event that occurs before table refresh.

Comments

To refresh the table, use the IPivot.Refresh method.

See also:

IPivotEvents