_Application.Windows Property

Definition

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.

Applies to