ExternNameType complexType

Contains information about a DDE or OLE link, or a referenced name that is defined in another workbook.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Name Contains the user-defined name of an object, range, or reference to another workbook, the location and name of a text file, or the built-in name of a range.
Formula Contains the formula corresponding to a defined name, a range in another workbook, a query parameter, or a PivotTable field, formula, or item.
OleLink Specifies whether the ExternName element describes an OLE link.
WantAdvise Specifies whether the ExternName element contains a description of a DDE or OLE link, and specifies the type of link.
WantPict Specifies whether data is in clipboard format.
Cf Contains an index to the clipboard data format.

Attributes

None.

Definition

      
<xsd:complexType name="ExternNameType" >
  <xsd:sequence>
    <xsd:element name="Name" type="xsd:string">
    </xsd:element>
    <xsd:element name="Formula" type="xsd:string">
    </xsd:element>
    <xsd:element name="OleLink" minOccurs="0">
    </xsd:element>
    <xsd:element name="WantAdvise" minOccurs="0">
    </xsd:element>
    <xsd:element name="WantPict" minOccurs="0">
    </xsd:element>
    <xsd:element name="Cf" type="xsd:int">
    </xsd:element>
  </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