Definition Type: ComplexType
Name: SubtotalFormatType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
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 SubtotalFormatType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="SubtotalFormatType">
    <xsd:annotation>
        <xsd:documentation>Specifies the text formatting that is applied to a subtotal.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="Style" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>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>
Collapse Child Attributes:
Name Type Default Value Use
Style x:Style Required
Collapse Derivation Tree:
Collapse References:
x:SubtotalFormat