[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISheet.Unprotect

Unprotect Method

Unprotect(string)

Unprotects the sheet which is protected by password.

Declaration
bool Unprotect(string password)
Function Unprotect(password As String) As Boolean
Parameters
Type Name Description
string password

A string value that denotes the case-sensitive password to use to unprotect sheet.

Returns
Type Description
bool

true if the sheet is unprotected successful, false otherwise.