Aspose::Cells::Worksheet::Unprotect method

Worksheet::Unprotect() method

Unprotects worksheet.

void Aspose::Cells::Worksheet::Unprotect()

Remarks

This method unprotects worksheet which is protected without password.

See Also

Worksheet::Unprotect(const U16String&) method

Unprotects worksheet.

void Aspose::Cells::Worksheet::Unprotect(const U16String &password)
ParameterTypeDescription
passwordconst U16String&Password

Remarks

If the worksheet is protected without a password, you can set a null value or blank string to password parameter.

See Also

Worksheet::Unprotect(const char16_t*) method

Unprotects worksheet.

void Aspose::Cells::Worksheet::Unprotect(const char16_t *password)
ParameterTypeDescription
passwordconst char16_t*Password

Remarks

If the worksheet is protected without a password, you can set a null value or blank string to password parameter.

See Also