ChartSheetProtection.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.