AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type Delegate utilisé pour ajouter un handler d’événement pour SheetPivotTableBeforeDiscardChanges l’événement. L’événement SheetPivotTableBeforeDiscardChanges se produit avant l’annulation des modifications apportées à un tableau croisé dynamique.
public delegate void AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler(System::Object ^ Sh, PivotTable ^ TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler(object Sh, PivotTable TargetPivotTable, int ValueChangeStart, int ValueChangeEnd);
Public Delegate Sub AppEvents_SheetPivotTableBeforeDiscardChangesEventHandler(Sh As Object, TargetPivotTable As PivotTable, ValueChangeStart As Integer, ValueChangeEnd As Integer)
Paramètres
- Sh
- Object
Feuille de calcul qui contient le tableau croisé dynamique
- TargetPivotTable
- PivotTable
Tableau croisé dynamique qui contient les modifications à ignorer.
- ValueChangeStart
- Int32
Index de la première modification de l’objet PivotTableChangeList associé. L’index est spécifié par la Order propriété de ValueChange l’objet dans la PivotTableChangeList collection.
- ValueChangeEnd
- Int32
Index de la dernière modification de l’objet PivotTableChangeList associé. L’index est spécifié par la Order propriété de ValueChange l’objet dans la PivotTableChangeList collection.
- Attributs