XlDocumentSecurity Enum
Lists the security levels of the document.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return XlDocumentSecurity values:
Remarks
The values listed by this enumeration are used by the XlDocumentProperties.Security property.
See Also