RefreshEvents_BeforeRefreshEventHandler delegate

A Delegate type used to add an event handler for the BeforeRefresh event. The BeforeRefresh event occurs before any refreshes of the query table.

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

No code example is currently available or this language may not be supported.

Parameters

Cancel
Type: System.Boolean

False when the event occurs. If the event procedure sets this argument to True, the refresh doesn't occur when the procedure is finished.

Show: