WorkbookEvents_PivotTableOpenConnectionEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el PivotTableOpenConnection evento. El evento PivotTableOpenConnection se produce después de que un informe de tabla dinámica abra la conexión a su origen de datos.

public delegate void WorkbookEvents_PivotTableOpenConnectionEventHandler(PivotTable ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_PivotTableOpenConnectionEventHandler(PivotTable Target);
Public Delegate Sub WorkbookEvents_PivotTableOpenConnectionEventHandler(Target As PivotTable)

Parámetros

Target
PivotTable

Obligatorio. Informe de tabla dinámica seleccionado.

Atributos

Se aplica a