_Application.Windows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Windows collection that represents all the windows in all the workbooks.
public:
property Microsoft::Office::Interop::Excel::Windows ^ Windows { Microsoft::Office::Interop::Excel::Windows ^ get(); };
public Microsoft.Office.Interop.Excel.Windows Windows { get; }
Public ReadOnly Property Windows As Windows
Property Value
Remarks
This property returns a collection of both visible and hidden windows.