Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SheetActionsCommand Class / UnprotectSheet Method


In This Topic
    UnprotectSheet Method
    In This Topic
    Unprotects a sheet.
    Syntax
    'Declaration
     
    
    Public Shared Function UnprotectSheet( _
       ByVal worksheet As ISheet, _
       ByVal password As String _
    ) As SheetActionsCommand
    'Usage
     
    
    Dim worksheet As ISheet
    Dim password As String
    Dim value As SheetActionsCommand
     
    value = SheetActionsCommand.UnprotectSheet(worksheet, password)
    public static SheetActionsCommand UnprotectSheet( 
       ISheet worksheet,
       string password
    )

    Parameters

    worksheet
    password
    See Also