Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Unprotect Method
A string value that denotes the case-sensitive password to use to unprotect sheet.


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

    Parameters

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

    Return Value

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