XlDocumentProperties.Security Property
Specifies the security level of the document.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| XlDocumentSecurity | One of the XlDocumentSecurity enumeration values. |
Available values:
| Name | Description |
|---|---|
| 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. |
See Also