21.1.3.2 gridCol

This element specifies the width of a given column within a table. For each column in a table, there is an associated table grid column defining the width of the column.

[Example: Consider the following example of a table grid containing widths defined for three table grid columns:

<a:tblGrid>
  <a:gridCol w="1117600"/>
  <a:gridCol w="1117600"/>
  <a:gridCol w="1117600"/>
</a:tblGrid>

end example]

Attributes

w (Width)

The width of the column in EMUs.

The possible values for this attribute are defined by the ST_Coordinate simple type (20.1.10.16).

[Note: The W3C XML Schema definition of this element’s content model (CT_TableCol) is located in A.4.1. end note]

Last updated on