WorkbookEvents_SheetTableUpdateEventHandler 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 SheetTableUpdate l’événement. L’événement SheetTableUpdate se produit après la mise à jour de la table de feuilles.
public delegate void WorkbookEvents_SheetTableUpdateEventHandler(System::Object ^ Sh, TableObject ^ Target);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_SheetTableUpdateEventHandler(object Sh, TableObject Target);
Public Delegate Sub WorkbookEvents_SheetTableUpdateEventHandler(Sh As Object, Target As TableObject)
Paramètres
- Sh
- Object
Feuille sélectionnée.
- Target
- TableObject
Tableau sélectionné.
- Attributs