21.1.3.14 tblGrid

This element defines a list of table column (21.1.3.2) elements. There should be a table column (21.1.3.2) element for every column held within the table.

[Example:

Consider the following example of a

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

In this example, we have a tblGrid defined that holds three columns, therefore the table has three columns. end example]

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

Last updated on