<tableParts> (Table Parts)

This collection expresses a relationship Id pointing to every table on this sheet.

example:
<tableParts count="2">
  <tablePart r:id="rId1"/>
  <tablePart r:id="rId2"/>
</tableParts>

Parent Elements

<worksheet>3.3.1.96)

Child Elements

Subclause

<tablePart> (Table Part)

§3.3.1.91

Attributes

Description

<count> (Count)

A count of table elements in the collection.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_TableParts">
	<sequence>
	<element name="tablePart" type="CT_TablePart" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>