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 简单类型定义。

适用于