Aspose::Cells::Vba::VbaProject::ValidatePassword method

VbaProject::ValidatePassword(const U16String&) method

Validates protection password.

bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const U16String &password)
ParameterTypeDescription
passwordconst U16String&the password

ReturnValue

Whether password is the protection password of this VBA project

See Also

VbaProject::ValidatePassword(const char16_t*) method

Validates protection password.

bool Aspose::Cells::Vba::VbaProject::ValidatePassword(const char16_t *password)
ParameterTypeDescription
passwordconst char16_t*the password

ReturnValue

Whether password is the protection password of this VBA project

See Also