Aspose::Cells::Worksheet::Unprotect method
Contents
[
Hide
]Worksheet::Unprotect() method
Unprotects worksheet.
void Aspose::Cells::Worksheet::Unprotect()
Remarks
This method unprotects worksheet which is protected without password.
See Also
- Class Vector
- Class Worksheet
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Worksheet::Unprotect(const U16String&) method
Unprotects worksheet.
void Aspose::Cells::Worksheet::Unprotect(const U16String &password)
Parameter | Type | Description |
---|---|---|
password | const 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
- Class Vector
- Class U16String
- Class Worksheet
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Worksheet::Unprotect(const char16_t*) method
Unprotects worksheet.
void Aspose::Cells::Worksheet::Unprotect(const char16_t *password)
Parameter | Type | Description |
---|---|---|
password | const 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
- Class Vector
- Class Worksheet
- Namespace Aspose::Cells
- Library Aspose.Cells for C++