_Worksheet.ProtectionMode 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 user-interface-only protection is turned on. To turn on user interface protection, use the Protect(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method with the UserInterfaceOnly
argument set to True. Read-only Boolean.
public:
property bool ProtectionMode { bool get(); };
public bool ProtectionMode { get; }
Public ReadOnly Property ProtectionMode As Boolean