Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Unprotect Method
A string value that denotes the case-sensitive password to use to unprotect worksheet.


In This Topic
    Unprotect Method (Worksheet)
    In This Topic
    Unprotects the worksheet which is protected by password.
    Syntax
    'Declaration
     
    
    Public Function Unprotect( _
       ByVal password As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As Worksheet
    Dim password As String
    Dim value As Boolean
     
    value = instance.Unprotect(password)
    public bool Unprotect( 
       string password
    )

    Parameters

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

    Return Value

    true if the worksheet is unprotected successful, false otherwise.
    See Also