[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents a mapping to cached member properties.
[Example:
<mpMap v="7"/>
end example]
Parent Elements |
cacheField (§3.10.1.3) |
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>