ChartSheet.GetProtectionOptions() Method
In This Article
Returns the chart sheet elements to which protection is applied.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ChartSheetProtection GetProtectionOptions()
#Returns
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
To check whether a chart sheet is protected, use the ChartSheet.IsProtected property.
See Also