[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
x (Member Property Index)
Represents an array of indexes to cached member property values.
Parent Elements |
b (§3.10.1.2); d (§3.10.1.21); e (§3.10.1.27); i (§3.10.1.44); m (§3.10.1.50); n (§3.10.1.60); s (§3.10.1.85) |
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 int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_X">
<attribute name="v" type="xsd:int" default="0"/>
</complexType>