_Application.IsSandboxed Property

Definition

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.

Applies to