Skip to main content
A newer version of this page is available. .

XlDocumentSecurity Enum

Lists the security levels of the document.

Namespace: DevExpress.Export.Xl

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

Declaration

[Flags]
public enum XlDocumentSecurity

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