_Application.ActiveWorkbook 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 objet qui représente le workbook dans la fenêtre Workbook active (la fenêtre au-dessus). Elle renvoie la valeur Nothing si aucune fenêtre n'est ouverte ou si la fenêtre active est la fenêtre Info ou Presse-papiers.
public:
property Microsoft::Office::Interop::Excel::Workbook ^ ActiveWorkbook { Microsoft::Office::Interop::Excel::Workbook ^ get(); };
public Microsoft.Office.Interop.Excel.Workbook ActiveWorkbook { get; }
Public ReadOnly Property ActiveWorkbook As Workbook