_Application.ActiveWindow Property

Definition

Returns a Window object that represents the active window (the window on top). Returns Nothing if there are no windows open.

public:
 property Microsoft::Office::Interop::Excel::Window ^ ActiveWindow { Microsoft::Office::Interop::Excel::Window ^ get(); };
public Microsoft.Office.Interop.Excel.Window ActiveWindow { get; }
Public ReadOnly Property ActiveWindow As Window

Property Value

Applies to