<ST_Axis>
(PivotTable Axis)
This simple type defines the axes for a PivotTable selection.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Column axis |
|
Page axis |
|
Row axis |
|
Values axis |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Axis">
<restriction base="xsd:string">
<enumeration value="axisRow"/>
<enumeration value="axisCol"/>
<enumeration value="axisPage"/>
<enumeration value="axisValues"/>
</restriction>
</simpleType>