Contains the properties of a pane in a worksheet window, or specifies a pane containing the structured selection of a PivotTable report.
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
Number | 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. |
ActiveRow | Contains the index number of a pane's active row in a worksheet window. |
ActiveCol | Contains the index number of a pane's active column in a worksheet window. |
RangeSelection | Contains the selected range of a pane in a worksheet window. |
Selection | Contains the properties of structured selections in a PivotTable report. |
None.
<xsd:complexType name="PaneType" >
<xsd:sequence>
<xsd:element name="Number">
<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:element>
<xsd:element name="ActiveCol" type="xsd:int" default="1" minOccurs="0">
</xsd:element>
<xsd:element name="RangeSelection" type="xsd:string" minOccurs="0">
</xsd:element>
<xsd:element name="Selection" type="SelectionType" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>