Share via


ChartSheetProtection.Content Property

Contents.Represents the attribte in schema: content

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "content")> _
Public Property Content As BooleanValue
    Get
    Set
'Usage
Dim instance As ChartSheetProtection
Dim value As BooleanValue

value = instance.Content

instance.Content = value
[SchemaAttrAttribute(, "content")]
public BooleanValue Content { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

When true, prevents users from making changes to items that are part of the chart, such as data series, axes, and legends. The chart continues to reflect changes made to its source data.

The possible values for this attribute are defined by the XML Schema boolean data type.

See Also

Reference

ChartSheetProtection Class

ChartSheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace