Definition Type Element
Name Cell
Namespace urn:schemas-microsoft-com:office:spreadsheet
Abstract False
Documentation Defines the properties of a cell in a worksheet.
XSD Schema excelss.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Cell" >
  <xsd:annotation>
    <xsd:documentation>Defines the properties of a cell in a worksheet.</xsd:documentation>
  </xsd:annotation>

  <xsd:complexType mixed="true">
    <xsd:sequence>
      <xsd:group ref="CellType"/>
    </xsd:sequence>

    <xsd:attribute form="qualified" name="ArrayRange" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies the range of cells to which an array formula applies.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute form="qualified" name="Formula" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies a formula for a cell.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute form="qualified" name="HRef" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies a URL to which to which a cell is linked.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute form="qualified" name="Index" type="xsd:nonNegativeInteger" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies the column index of a cell.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute default="0" form="qualified" name="MergeAcross" type="xsd:long" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies the number of adjacent cells to merge with the current cell. The cells to merge will be to the right of the current cell unless the worksheet is set to display left-to-right.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute default="0" form="qualified" name="MergeDown" type="xsd:long" use="optional">
      <xsd:annotation>
        <xsd:documentation>Specifies the number of adjacent cells below the current cell that are to be merged with the current cell.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attribute form="qualified" name="StyleID" type="xsd:IDREF" use="optional">
      <xsd:annotation>
        <xsd:documentation>Contains a reference to an ID attribute previously defined in a Style element. Used to apply that defined style to a cell.</xsd:documentation>
      </xsd:annotation>

    </xsd:attribute>

    <xsd:attributeGroup ref="x:XHRefScreenTipGroup"/>
    <xsd:attribute ref="c:PasteFormula" use="optional"/>
  </xsd:complexType>

</xsd:element>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
Cell
    ss:Cell
    ss:Cell
References
ss:Cell , ss:Cell
Generated using Liquid XML Studio by Liquid Technologies Ltd