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