TdxSpreadSheetCustomProtectionInfo Members
The base class for all classes that implement encryption algorithm providers for the worksheet and the spreadsheet document protection functionality.Constructors
| Name | Description |
|---|---|
| Create(string) | Creates a new instance of a spreadsheet protection provider. |
Properties
| Name | Description |
|---|---|
| Password | Returns a password used to protect a single worksheet or the spreadsheet document structure. |
| RefCount | Inherited from TInterfacedObject. |
Methods
| Name | Description |
|---|---|
| CheckPassword(string) | Indicates if the calculated hash or keyword of the specified password is identical to the hash or keyword stored by the spreadsheet protection provider. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| ToString | Inherited from TObject. |
See Also