WorkbookProtectionModel

WorkbookProtectionModel

Overview

WorkbookProtectionModel is a class in Aspose.Cells FOSS for .NET.

Represents workbook protection model.

Properties

NameTypeAccessDescription
LockStructureboolRead/WriteGets or sets whether the workbook structure is locked
LockWindowsboolRead/WriteGets or sets whether the workbook windows are locked
LockRevisionboolRead/WriteGets or sets whether the workbook revision is locked
WorkbookPasswordstringRead/WriteGets or sets the password protecting the workbook
RevisionsPasswordstringRead/Write

Methods

SignatureDescription
CopyFrom(source: WorkbookProtectionModel)The source.
HasStoredState()if the condition is met; otherwise, .

See Also