<ST_FormulaExpression>
(Formula Expression Type)
This simple type specifies an expression type that can comprise a formula.
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 |
---|---|
|
Reference to a range of cells. |
|
Reference to a range of cells that now evaluates to an error. |
|
Computed area reference. |
|
Single cell reference. |
|
Single cell reference that now evaluates to an error. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FormulaExpression">
<restriction base="xsd:string">
<enumeration value="ref"/>
<enumeration value="refError"/>
<enumeration value="area"/>
<enumeration value="areaError"/>
<enumeration value="computedArea"/>
</restriction>
</simpleType>