BuildChart.Build プロパティ

定義

ビルド

スキーマ内の次の属性を表します: bld

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

プロパティ値

StringValue を返します。

属性

注釈

グラフの作成方法を指定します。 アニメーションは、この属性によって定義された特定の順序でコンテナー内のサブ要素をアニメーション化します。

この属性に使用できる値は、単純型によって ST_AnimationChartBuildType 定義されます。

適用対象