[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.Unprotect

Unprotect Method

Unprotect(string)

Removes protection from the workbook.

Declaration
public void Unprotect(string password = null)
Public Sub Unprotect(Optional password As String = Nothing)
Parameters
Type Name Description
string password

Password to protect the workbook.

Implements