Back to Devexpress

XlDocumentSecurity Enum

corelibraries-devexpress-dot-export-dot-xl-107a14ae.md

latest1.3 KB
Original Source

XlDocumentSecurity Enum

Lists the security levels of the document.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Flags]
public enum XlDocumentSecurity
vb
<Flags>
Public Enum XlDocumentSecurity

Members

NameDescription
None

Allows free access to the document.

| | ReadonlyRecommended |

Document is recommended to be opened as read-only.

| | ReadonlyEnforced |

Workbook is enforced to be opened as read-only.

| | Locked |

Document is locked for annotation.

|

The following properties accept/return XlDocumentSecurity values:

Remarks

The values listed by this enumeration are used by the XlDocumentProperties.Security property.

See Also

DevExpress.Export.Xl Namespace