Back to Devexpress

ChartSheetProtection Enum

officefileapi-devexpress-dot-spreadsheet-414f954c.md

latest1.6 KB
Original Source

ChartSheetProtection Enum

Lists values used to specify chart sheet elements to which protection is applied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Flags]
public enum ChartSheetProtection
vb
<Flags>
Public Enum ChartSheetProtection

Members

NameDescription
Objects

Specifies that protection is applied to graphic objects located on the chart sheet.

| | Content |

Specifies that protection is applied to the chart elements. However, the chart reflects changes made to its data source.

| | Default |

Specifies that protection is applied to both the chart elements and drawing objects on the chart sheet.

|

Remarks

Use the ChartSheet.Protect method with the necessary ChartSheetProtection enumeration value passed as a parameter to protect a chart sheet. Use the ChartSheet.GetProtectionOptions method to get the chart sheet protection options.

See Also

DevExpress.Spreadsheet Namespace