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

XlDocumentProperties.Security Property

Specifies the security level of the document.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlDocumentSecurity Security { get; set; }

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