Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DocumentOptions.Protection Property

Provides access to options specifying the encryption parameters for the password protected workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public SpreadsheetProtectionOptions Protection { get; }

Property Value

Type Description
SpreadsheetProtectionOptions

A SpreadsheetProtectionOptions object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Protection
WinForms Controls SpreadsheetControl
.Options.Protection
Office File API ISpreadsheetComponent
.Options.Protection
Workbook
.Options.Protection

Remarks

Use the SpreadsheetControl.Options.Protection notation to access the Protection property.

See Also