_Application.ActiveWindow 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 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