Definition Type: Element
Name: SplitHorizontal
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default 0
Documentation:
Contains the number of points from the top of the window that a worksheet is split horizontally.
Collapse XSD Schema Diagram:
XSD Diagram of SplitHorizontal in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SplitHorizontal" type="xsd:int" default="0" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the number of points from the top of the window that a worksheet is split horizontally.</xsd:documentation>
    </xsd:annotation>
</xsd:element>