[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorkbook.Unprotect

Unprotect Method

Unprotect(string)

Unprotects the workbook which is protected by password.

Declaration
bool Unprotect(string password = null)
Function Unprotect(Optional password As String = Nothing) As Boolean
Parameters
Type Name Description
string password

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

Returns
Type Description
bool

true if the workbook is unprotected successful, false otherwise.