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

Unit: FlexCel.Core

property TProtectedRange.Password: string

See also