Workbook.Unprotect

Workbook.Unprotect method

Unprotects a workbook.

public void Unprotect(string password)
ParameterTypeDescription
passwordStringPassword to unprotect the workbook.

See Also