WorkbookEvents_PivotTableOpenConnectionEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o PivotTableOpenConnection evento. O evento PivotTableOpenConnection ocorre após um relatório de Tabela Dinâmica abrir a conexão com sua fonte de dados.

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

Obrigatório. O relatório de tabela dinâmica selecionado.

Atributos

Aplica-se a