[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
colHierarchyUsage (Column OLAP Hierarchies)
Represents the collection of references to OLAP Hierarchies on the column axis of a PivotTable.
[Example:
<sh:colHierarchyUsage hierarchyUsage="33"/>
end example]
Parent Elements |
colHierarchiesUsage (§3.10.1.15) |
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>