2.7.3 ST_DispBlanksAs
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_SparklineGroup
This simple type specifies how empty cells are plotted for all sparklines in the sparkline group.
Value |
Meaning |
---|---|
span |
|
gap |
|
zero |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_DispBlanksAs"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="span"/> <xsd:enumeration value="gap"/> <xsd:enumeration value="zero"/> </xsd:restriction> </xsd:simpleType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).