<gridCol> (Table Grid Column)

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

example:

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

Parent Elements

<tblGrid>5.1.6.12)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

Attributes

Description

<w> (Width)

The width of the column in EMUs.

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TableCol">
	<sequence>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="w" type="ST_Coordinate" use="required"/>
</complexType>