Workbook.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.
Gets a Windows collection that represents all the windows in the workbook.
public:
property Microsoft::Office::Interop::Excel::Windows ^ Windows { Microsoft::Office::Interop::Excel::Windows ^ get(); };
public Microsoft.Office.Interop.Excel.Windows Windows { get; }
member this.Windows : Microsoft.Office.Interop.Excel.Windows
Public ReadOnly Property Windows As Windows
Property Value
A Windows collection that represents all the windows in the workbook.
Remarks
This property returns a collection of both visible and hidden windows.