_Application.ActiveWindow 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.
Renvoie un Window objet qui représente la fenêtre active (la fenêtre située en haut). Elle renvoie la valeur Nothing si aucune fenêtre n'est ouverte.
public:
property Microsoft::Office::Interop::Excel::Window ^ ActiveWindow { Microsoft::Office::Interop::Excel::Window ^ get(); };
public Microsoft.Office.Interop.Excel.Window ActiveWindow { get; }
Public ReadOnly Property ActiveWindow As Window