Workbook.Windows Property

Definition

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.

Applies to