WorkbookProtection

WorkbookProtection

Overview

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

Represents workbook protection.

Properties: IsProtected, LockRevision, LockStructure, LockWindows, RevisionsPassword, WorkbookPassword.

Properties

NameTypeAccessDescription
LockStructureboolRead/WriteGets or sets the lock structure.
LockWindowsboolRead/WriteGets or sets the lock windows.
LockRevisionboolRead/WriteGets or sets the lock revision.
WorkbookPasswordstringRead/WriteGets or sets the workbook password.
RevisionsPasswordstringRead/WriteGets or sets the revisions password.
IsProtectedboolReadGets the is protected.

See Also