Compartir a través de


ChartSheetProtection.Content Propiedad

Definición

Contenido

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Cuando true, impide que los usuarios realicen cambios en elementos que forman parte del gráfico, como series de datos, ejes y leyendas. El gráfico sigue reflejando los cambios realizados en sus datos de origen.

El tipo de datos esquema boolean XML define los valores posibles para este atributo.

Se aplica a