WorkbookProtectionModel

WorkbookProtectionModel

Overview

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

Represents workbook protection model.

This class provides 12 methods for working with WorkbookProtectionModel objects in C++ programs. Available methods include: CopyFrom, GetLockRevision, GetLockStructure, GetLockWindows, GetRevisionsPassword, GetWorkbookPassword, HasStoredState, SetLockRevision, SetLockStructure, SetLockWindows, SetRevisionsPassword, SetWorkbookPassword. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetLockStructure()boolGets or sets a value indicating whether lock structure.
SetLockStructure(value: bool)Sets the lock structure value.
GetLockWindows()boolGets or sets a value indicating whether lock windows.
SetLockWindows(value: bool)Sets the lock windows value.
GetLockRevision()boolGets or sets a value indicating whether lock revision.
SetLockRevision(value: bool)Sets the lock revision value.
GetWorkbookPassword()std::stringGets or sets the workbook password.
SetWorkbookPassword(value: std::string)Sets the workbook password value.
GetRevisionsPassword()std::stringGets or sets the revisions password.
SetRevisionsPassword(value: std::string)Sets the revisions password value.
CopyFrom(source: WorkbookProtectionModel)Copies values from the specified source. The source.
HasStoredState()boolPerforms has stored state. true if the condition is met; otherwise, false.

See Also

 English