Cell element

Contains the properties of a cell in the PivotList component.

Usage

      
<Cell />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
Column Specifies the index of a row page break in a worksheet, or for a PivotList component, represents a column of cells.

Child Elements

Element Description
Path 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.
Top 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.
NotInverted Specifies whether a cell's expanded state is the same as its default state.

Attributes

None.

Definition

      
<xsd:element name="Cell" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Path" type="xsd:string">
      </xsd:element>
      <xsd:element name="Top" type="xsd:double">
      </xsd:element>
      <xsd:element name="NotInverted" minOccurs="0">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp