<ST_CellFormulaType>
(Formula Type)
Indicates the type of formula in the cell.
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 |
---|---|
|
Formula is an array entered formula. |
|
Formula is a data table formula. |
|
Formula is a regular cell formula. |
|
Formula is part of a shared formula. |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CellFormulaType">
<restriction base="xsd:string">
<enumeration value="normal"/>
<enumeration value="array"/>
<enumeration value="dataTable"/>
<enumeration value="shared"/>
</restriction>
</simpleType>