Definition Type: ComplexType
Name: PaneType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report.
Collapse XSD Schema Diagram:
Drilldown into Selection in schema excel_xsd Drilldown into RangeSelection in schema excel_xsd Drilldown into ActiveCol in schema excel_xsd Drilldown into ActiveRow in schema excel_xsd Drilldown into Number in schema excel_xsdXSD Diagram of PaneType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="PaneType">
    <xsd:annotation>
        <xsd:documentation>Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Number">
            <xsd:annotation>
                <xsd:documentation>Contains the index number of either an HTML table in a Web page or of a pane in a worksheet window, the number formatting style of a chart object, or a numeric operand.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:int">
                    <xsd:minInclusive value="0" />
                    <xsd:maxInclusive value="3" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="ActiveRow" type="xsd:int" default="1" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the index number of a pane's active row in a worksheet window.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ActiveCol" type="xsd:int" default="1" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the index number of a pane's active column in a worksheet window.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="RangeSelection" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the selected range of a pane in a worksheet window.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Selection" type="SelectionType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the properties of structured selections in a PivotTable report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Number x:Number (1) (1)
ActiveRow x:ActiveRow 0 (1)
ActiveCol x:ActiveCol 0 (1)
RangeSelection x:RangeSelection 0 (1)
Selection x:Selection 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Pane, x:Pane