2.24.4.7 ST_FormulaDirection
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Formula
This simple type<588> specifies data reference orientations, such as for an Excel formula. Possible values are described in the following table.
Value |
Meaning |
---|---|
col |
The formula is interpreted as producing dimensions column-wise. |
row |
The formula is interpreted as producing dimensions row-wise. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_FormulaDirection"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="col"/> <xsd:enumeration value="row"/> </xsd:restriction> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).