[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
x (Shared Items Index)
This element represents an array of indexes to cached shared item values
Parent Elements |
discretePr (§3.10.1.26); r (§3.10.1.77); reference (§3.10.2.1); tables (§3.13.9) |
Attributes |
Description |
v (Shared Items Index) |
Specifies the index into the shared items table in the PivotCache that identifies this item.
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_Index">
<attribute name="v" use="required" type="xsd:unsignedInt"/>
</complexType>