<tblGrid> (Table Grid)
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:
<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. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
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>