次の方法で共有


ChartSheetProtection.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

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

の場合 true、データ系列、軸、凡例など、グラフの一部である項目にユーザーが変更を加えなくなります。 グラフは、ソース データに加えられた変更を反映し続けます。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象