TableProperties.BandColumn 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
带状列
表示架构中的以下属性:bandCol
[DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")]
public DocumentFormat.OpenXml.BooleanValue BandColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue BandColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")]
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bandCol")]
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? BandColumn { get; set; }
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bandCol")>]
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bandCol")>]
member this.BandColumn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property BandColumn As BooleanValue
属性值
返回 BooleanValue。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
启用或禁用 的带状列格式 table style
。 或 1
true
的值on
将启用表格样式中定义的带状列格式。 如果未指定属性,则属性将默认 off
为 。
请考虑以下运行:
<a:tblPr bandCol="1">
<a:tableStyleId>{5940675A-B579-460E-94D1-
54222C63F5DA}</a:tableStyleId>
</a:tblPr>
在此示例中,我们可以看到为表启用了带状列格式。 应用后,链接表样式定义 的格式 banded columns
。
此属性的可能值由 XML 架构 boolean
数据类型定义。