17.4.48 tblGrid
This element specifies the table grid for the current table. The table grid is a definition of the set of grid columns which define all of the shared vertical edges of the table, as well as default widths for each of these grid columns. These grid column widths are then used to determine the size of the table based on the table layout algorithm used (17.4.52;17.4.53).
If the table grid is omitted, then a new grid shall be constructed from the actual contents of the table assuming that all grid columns have a width of 0.
[Example: Consider the following table with four vertical edges (grid columns):
This table would have a table grid consisting of four grid columns as follows:
<w:tblGrid>
<w:gridCol w:w="2088"/>
<w:gridCol w:w="1104"/>
<w:gridCol w:w="3192"/>
<w:gridCol w:w="3192"/>
</w:tblGrid>
The tblGrid element contains the current definition for the table grid, consisting of all for grid columns as well as default widths for those columns. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TblGrid) is located in A.1. end note]