Definition Type: Element
Name: SplitVertical
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 left of the window that a worksheet is split vertically.
Collapse XSD Schema Diagram:
XSD Diagram of SplitVertical in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SplitVertical" type="xsd:int" default="0" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the number of points from the left of the window that a worksheet is split vertically.</xsd:documentation>
    </xsd:annotation>
</xsd:element>