_Application.ActiveProtectedViewWindow Propriété
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.
Obtient ProtectedViewWindow un objet qui représente la fenêtre en affichage protégé active (celle qui se trouve au-dessus).
public:
property Microsoft::Office::Interop::Excel::ProtectedViewWindow ^ ActiveProtectedViewWindow { Microsoft::Office::Interop::Excel::ProtectedViewWindow ^ get(); };
public Microsoft.Office.Interop.Excel.ProtectedViewWindow ActiveProtectedViewWindow { get; }
Public ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow
Valeur de propriété
Objet qui représente la fenêtre en affichage protégé ProtectedViewWindow active (fenêtre au-dessus).
Remarques
Renvoie une référence null (Nothing in Visual Basic) si aucune fenêtre en affichage protégé n’est ouverte. En lecture seule.