XlDocumentProperties.Security Property
In This Article
Specifies the security level of the document.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlDocumentSecurity Security { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
One of the Xl |
Available values:
Name | Description |
---|---|
None | Allows free access to the document. |
Readonly |
Document is recommended to be opened as read-only. |
Readonly |
Workbook is enforced to be opened as read-only. |
Locked | Document is locked for annotation. |
See Also