[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
Represents an item value for a PivotTable page.
|
Parent Elements |
|
page (§3.10.1.61) |
|
Attributes |
Description |
|
name (Page Item Name) |
Specifies the name of this page item.
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PageItem">
<attribute name="name" type="ST_Xstring" use="required"/>
</complexType>