DocEvents_PivotTableBeforeDiscardChangesEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um tipo delegado usado para adicionar um manipulador de eventos para o PivotTableBeforeDiscardChanges evento. O evento PivotTableBeforeDiscardChanges ocorre antes que as alterações em uma Tabela Dinâmica sejam descartadas.
public delegate void DocEvents_PivotTableBeforeDiscardChangesEventHandler(PivotTable ^ TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void DocEvents_PivotTableBeforeDiscardChangesEventHandler(PivotTable TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
Public Delegate Sub DocEvents_PivotTableBeforeDiscardChangesEventHandler(TargetPivotTable As PivotTable, ValueChangeStart As Integer, ValueChangeEnd As Integer)
Parâmetros
- TargetPivotTable
- PivotTable
A Tabela Dinâmica que contém as alterações a serem descartadas.
- ValueChangeStart
- Int32
O índice para a primeira alteração no objeto associado PivotTableChangeList . O índice é especificado pela Order propriedade do ValueChange objeto na PivotTableChangeList coleção.
- ValueChangeEnd
- Int32
O índice para a última alteração no objeto associado PivotTableChangeList . O índice é especificado pela Order propriedade do ValueChange objeto na PivotTableChangeList coleção.
- Atributos