SpreadsheetGear 2023
ProtectionMode Property (IWorksheet)


SpreadsheetGear Namespace > IWorksheet Interface : ProtectionMode Property
Gets or sets the value which specifies whether API access is allowed while the worksheet is protected.
Syntax
'Declaration
 
Property ProtectionMode As System.Boolean
'Usage
 
Dim instance As IWorksheet
Dim value As System.Boolean
 
instance.ProtectionMode = value
 
value = instance.ProtectionMode
System.bool ProtectionMode {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheet Interface
IWorksheet Members
Protect Method
Unprotect Method