_Application.IsSandboxed 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 whether the specified workbook is open in a Protected View window.
public:
property bool IsSandboxed { bool get(); };
public bool IsSandboxed { get; }
Public ReadOnly Property IsSandboxed As Boolean
Property Value
true if the specified workbook is open in a Protected View window; otherwise, false.
Remarks
Read-only
Use the IsSandboxed property to determine if a workbook is open in a Protected View window.