Definition Type Complex Type
Name ColumnType
Namespace urn:schemas-microsoft-com:office:excel
Abstract False
Documentation Specifies the index of a row page break in a worksheet, or for a PivotList component, represents a column of cells.
XSD Schema excel.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ColumnType" >
  <xsd:annotation>
    <xsd:documentation>Specifies the index of a row page break in a worksheet, or for a PivotList component, represents a column of cells.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence>
    <xsd:element name="Path" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element minOccurs="0" name="Left" type="xsd:int">
      <xsd:annotation>
        <xsd:documentation>Specifies the horizontal position of an object within the chart area or Chart component, or for a PivotList component, the column index of the first visible detail column, or the index of the member visible at the left of a view.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element minOccurs="0" maxOccurs="unbounded" name="Cell">
      <xsd:annotation>
        <xsd:documentation>Contains the properties of a cell in the PivotList component.</xsd:documentation>
      </xsd:annotation>

      <xsd:complexType>
        <xsd:sequence>
          <xsd:element name="Path" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation>Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.</xsd:documentation>
            </xsd:annotation>

          </xsd:element>

          <xsd:element name="Top" type="xsd:double">
            <xsd:annotation>
              <xsd:documentation>Specifies the vertical position of an object within a chart area or Chart component, or for a PivotList component, the row index visible at the top of a cell or view.</xsd:documentation>
            </xsd:annotation>

          </xsd:element>

          <xsd:element minOccurs="0" name="NotInverted">
            <xsd:annotation>
              <xsd:documentation>Specifies whether a cell's expanded state is the same as its default state.</xsd:documentation>
            </xsd:annotation>

          </xsd:element>

        </xsd:sequence>

      </xsd:complexType>

    </xsd:element>

  </xsd:sequence>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
ColumnType
    x:Column
References
x:Column
Generated using Liquid XML Studio by Liquid Technologies Ltd