<numFmt>
(Number Format)
This element specifies number formatting for the parent element.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
This element specifies a string representing the format code to apply. For more information see the SpreadsheetML The possible values for this attribute are defined by the ST_Xstring simple type (§5.7.3.52). |
|
Specifies a boolean value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NumFmt">
<attribute name="formatCode" type="ST_Xstring" use="required"/>
<attribute name="sourceLinked" type="xsd:boolean"/>
</complexType>