Skip to main content

XlDocumentProperties.Security Property

Specifies the security level of the document.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

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