SpreadsheetGear 2023
Unprotect Method (IChartSheet)


SpreadsheetGear Namespace > IChartSheet Interface : Unprotect Method
The password which was used to protect the chart sheet.
Disables protection for the chart sheet with the specified password.
Syntax
'Declaration
 
Sub Unprotect( _
   Optional ByVal password As System.String _
) 
'Usage
 
Dim instance As IChartSheet
Dim password As System.String
 
instance.Unprotect(password)
void Unprotect( 
   System.string password
)

Parameters

password
The password which was used to protect the chart sheet.
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
ProtectContents Property
ProtectDrawingObjects Property
ProtectionMode Property