SpreadsheetGear 2023
ProtectionMode Property (IChartSheet)


SpreadsheetGear Namespace > IChartSheet Interface : ProtectionMode Property
Gets or sets the value which specifies whether API access is allowed while the chart sheet is protected.
Syntax
'Declaration
 
Property ProtectionMode As System.Boolean
'Usage
 
Dim instance As IChartSheet
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

IChartSheet Interface
IChartSheet Members
Protect Method
Unprotect Method