[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

tableParts (Table Parts)

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

[Example: This example indicates that the current sheet has two tables, and their definitions can be found by locating the appropriate relationships from the sheet:

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

end example]

Parent Elements

worksheet3.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>