_Application.ActiveProtectedViewWindow 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 ProtectedViewWindow object that represents the active Protected View window (the window on top).
public:
property Microsoft::Office::Interop::Excel::ProtectedViewWindow ^ ActiveProtectedViewWindow { Microsoft::Office::Interop::Excel::ProtectedViewWindow ^ get(); };
public Microsoft.Office.Interop.Excel.ProtectedViewWindow ActiveProtectedViewWindow { get; }
Public ReadOnly Property ActiveProtectedViewWindow As ProtectedViewWindow
Property Value
A ProtectedViewWindow object that represents the active Protected View window (the window on top).
Remarks
Returns a null reference (Nothing in Visual Basic) if there are no Protected View windows open. Read-only.