_Workbook.ProtectWindows 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.
True if the windows of the workbook are protected. Read-only Boolean.
public:
property bool ProtectWindows { bool get(); };
public bool ProtectWindows { get; }
Public ReadOnly Property ProtectWindows As Boolean