ChartSheetProtection.Content Property

Definition

Contents

Represents the following attribute in the schema: content

[DocumentFormat.OpenXml.SchemaAttr(0, "content")]
public DocumentFormat.OpenXml.BooleanValue Content { get; set; }
public DocumentFormat.OpenXml.BooleanValue Content { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "content")]
public DocumentFormat.OpenXml.BooleanValue? Content { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("content")]
public DocumentFormat.OpenXml.BooleanValue? Content { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Content { get; set; }
member this.Content : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "content")>]
member this.Content : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("content")>]
member this.Content : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Content As BooleanValue

Property Value

Returns BooleanValue.

Attributes

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.

Applies to