Table of Contents

TProtectedRange.Password Property

Password used to protect the range. Use empty or null to have no password. Note: As this password is not saved in the file, when you open a file this property will be empty. You can know if a file has a password by looking at PasswordHash. Setting this property will set the PasswordHash property using the current EncryptionAlgorithm.

Syntax

Namespace: FlexCel.Core

public String Password { get; set; }

See also