Definition Type: Element
Name: RowBreak
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Specifies a single row where a page break occurs
Collapse XSD Schema Diagram:
Drilldown into Row in schema excel_xsdXSD Diagram of RowBreak in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="RowBreak" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Specifies a single row where a page break occurs</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Row" type="RowType">
                <xsd:annotation>
                    <xsd:documentation>Contains information about the row where a page break occurs.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Row x:Row (1) (1)