Aspose::Cells::Vba::VbaProject::ValidatePassword method
VbaProject::ValidatePassword(const U16String&) method
Validates protection password.
bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const U16String &password)
Parameter | Type | Description |
---|---|---|
password | const U16String& | the password |
ReturnValue
Whether password is the protection password of this VBA project
See Also
- Class Vector
- Class U16String
- Class VbaProject
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++
VbaProject::ValidatePassword(const char16_t*) method
Validates protection password.
bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const char16_t *password)
Parameter | Type | Description |
---|---|---|
password | const char16_t* | the password |
ReturnValue
Whether password is the protection password of this VBA project
See Also
- Class Vector
- Class VbaProject
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++