Contains the Pane elements corresponding to the panes of a worksheet window.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Pane | Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report. | 
None.
      
<xsd:complexType name="PanesType" >
  <xsd:sequence>
    <xsd:element name="Pane" type="PaneType" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>