XctType complexType

Contains information about references to cells in a worksheet of another workbook and about the data in those cells.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Count Indicates the number of Crn elements contained in an Xct element.
SheetIndex Contains the index number for a worksheet to which a name or cell reference applies.
Crn Contains a description of formula operands located in another workbook.
Moper Contains the data referenced by a DDE link.

Attributes

None.

Definition

      
<xsd:complexType name="XctType" >
  <xsd:sequence>
    <xsd:element name="Count" type="xsd:int">
    </xsd:element>
    <xsd:element name="SheetIndex" type="xsd:int">
    </xsd:element>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element name="Crn" type="CrnType">
      </xsd:element>
      <xsd:element name="Moper" type="MoperType">
      </xsd:element>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>


    
©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