WorkbookProtection

WorkbookProtection

Overview

WorkbookProtection is a class in Aspose.Cells FOSS for C++.

Represents workbook protection.

Methods

SignatureDescription
IsProtected()boolGets a value indicating whether protected.
GetLockStructure()boolGets or sets a value indicating whether lock structure.
SetLockStructure(value: bool)
GetLockWindows()boolGets or sets a value indicating whether lock windows.
SetLockWindows(value: bool)
GetLockRevision()boolGets or sets a value indicating whether lock revision.
SetLockRevision(value: bool)
GetWorkbookPassword()std::stringGets or sets the workbook password.
SetWorkbookPassword(value: std::string_view)
GetRevisionsPassword()std::stringGets or sets the revisions password.
SetRevisionsPassword(value: std::string_view)

See Also