Back to Devexpress

SpreadsheetBehaviorOptions.Protection Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetbehavioroptions-c80193ba.md

latest1.8 KB
Original Source

SpreadsheetBehaviorOptions.Protection Property

Provides access to options that specify the document’s capability to apply or remove workbook protection.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
SpreadsheetProtectionBehaviorOptions

A SpreadsheetProtectionBehaviorOptions object that provides access to options specifying the document’s capability to protect or unprotect a workbook.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Protection
SpreadsheetControlOptions

.Behavior .Protection

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.XtraSpreadsheet Namespace