Workbook.ProtectWindows Property

Definition

Gets a value that indicates whether the windows of the workbook are protected.

public:
 property bool ProtectWindows { bool get(); };
public bool ProtectWindows { get; }
member this.ProtectWindows : bool
Public ReadOnly Property ProtectWindows As Boolean

Property Value

true if the windows of the workbook are protected; otherwise, false.

Applies to