[Table of Contents] [docx version]
Error! No text of specified style in document.
This element defines a list of table column (§5.1.6.2) elements. There should be a table column (§5.1.6.2) element for every column held within the table.
[Example: Consider the following example of a tblGrid within DrawingML:
<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 will have three columns. end example]
Parent Elements |
tbl (§5.1.6.11) |
Child Elements |
Subclause |
gridCol (Table Grid Column) |
§5.1.6.2 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TableGrid">
<sequence>
<element name="gridCol" type="CT_TableCol" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>