element Cell

element {urn:schemas-microsoft-com:office:spreadsheet}Cell

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<xsd:element 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 form="qualified" name="MergeAcross" type="xsd:long" use="optional" default="0">
            <
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 form="qualified" name="MergeDown" type="xsd:long" use="optional" default="0">
            <
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>


Documentation

Defines the properties of a cell in a worksheet.


element Cell


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.