Back to Devexpress

DocumentOptions.Protection Property

officefileapi-devexpress-dot-spreadsheet-dot-documentoptions-7420bb12.md

latest1.7 KB
Original Source

DocumentOptions.Protection Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetProtectionOptions Protection { get; }
vb
Public ReadOnly Property Protection As SpreadsheetProtectionOptions

Property Value

TypeDescription
SpreadsheetProtectionOptions

A SpreadsheetProtectionOptions object.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Protection
ISpreadsheetComponent

.Options .Protection

|

Remarks

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

See Also

DocumentOptions Class

DocumentOptions Members

DevExpress.Spreadsheet Namespace