Formatting.Protection Property
In This Article
Provides access to options which are in effect when the worksheet is protected.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
Protection Protection { get; }
#Property Value
Type | Description |
---|---|
Protection | A Protection object providing options for protected cells. |
See Also