WorkbookProtection
Overview
WorkbookProtection is a class in Aspose.Cells FOSS for C++.
Represents workbook protection.
Methods
| Signature | Description |
|---|---|
IsProtected() → bool | Gets a value indicating whether protected. |
GetLockStructure() → bool | Gets or sets a value indicating whether lock structure. |
SetLockStructure(value: bool) | |
GetLockWindows() → bool | Gets or sets a value indicating whether lock windows. |
SetLockWindows(value: bool) | |
GetLockRevision() → bool | Gets or sets a value indicating whether lock revision. |
SetLockRevision(value: bool) | |
GetWorkbookPassword() → std::string | Gets or sets the workbook password. |
SetWorkbookPassword(value: std::string_view) | |
GetRevisionsPassword() → std::string | Gets or sets the revisions password. |
SetRevisionsPassword(value: std::string_view) |