Definition Type: Element
Name: SubtotalFormat
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the text formatting that is applied to a subtotal.
Collapse XSD Schema Diagram:
Drilldown into Style in schema excel_xsdXSD Diagram of SubtotalFormat in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SubtotalFormat" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the text formatting that is applied to a subtotal.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="Style" type="xsd:string" use="required">
            <xsd:annotation>
                <xsd:documentation>Specifies a text string containing attributes that describe the font weight, style, and effects that are applied to a subtotal.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Style x:Style Required