VbaProjectValidatePassword Method |
Validates protection password.
Namespace:
Aspose.Cells.Vba
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ValidatePassword(
string password
)
Public Function ValidatePassword (
password As String
) As Boolean
public:
bool ValidatePassword(
String^ password
)
member ValidatePassword :
password : string -> bool
Parameters
- password
- Type: SystemString
the password
Return Value
Type:
BooleanWhether password is the protection password of this VBA project
See Also