Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / WriteProtection Class / ValidatePassword Method
The specified password.
In This Topic
    ValidatePassword Method
    In This Topic
    Returns true if the specified password is the same as the write-protection password the file was protected with.
    Syntax
    public System.bool ValidatePassword( 
       System.string password
    )

    Parameters

    password
    The specified password.
    See Also