WorkbookProtection
Overview
WorkbookProtection is a class in Aspose.Cells FOSS for .NET.
Represents workbook protection.
Properties: IsProtected, LockRevision, LockStructure, LockWindows, RevisionsPassword, WorkbookPassword.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LockStructure | bool | Read/Write | Gets or sets the lock structure. |
LockWindows | bool | Read/Write | Gets or sets the lock windows. |
LockRevision | bool | Read/Write | Gets or sets the lock revision. |
WorkbookPassword | string | Read/Write | Gets or sets the workbook password. |
RevisionsPassword | string | Read/Write | Gets or sets the revisions password. |
IsProtected | bool | Read | Gets the is protected. |