[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
rowHierarchyUsage (Row OLAP Hierarchies)
Represents a references to an OLAP Hierarchy on the row axis of a PivotTable.
[Example:
<sh:rowHierarchyUsage hierarchyUsage="9"/>
end example]
Parent Elements |
rowHierarchiesUsage (§3.10.1.82) |
Attributes |
Description |
hierarchyUsage (Hierarchy Usage) |
Specifies the reference to an OLAP hierarchy in a PivotTable.
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_HierarchyUsage">
<attribute name="hierarchyUsage" type="xsd:int" use="required"/>
</complexType>