[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.WriteProtection.ValidatePassword

ValidatePassword Method

ValidatePassword(string)

Returns true if the specified password is the same as the write-protection password the file was protected with.

Declaration
public bool ValidatePassword(string password)
Public Function ValidatePassword(password As String) As Boolean
Parameters
Type Name Description
string password

The specified password.

Returns
Type Description
bool