NamedCell element

Presence of this tag indicates that this cell is a member of a user-defined named range. When saved from Excel, this tag is only present on cells that are non-empty or contain formatting. This tag can appear multiple times (one for each user-defined name that this cell lies in).

Usage

      
<NamedCell
	Name="xsd:string"
/>

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:spreadsheet
Schema name XML Spreadsheet 2002

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Name xsd:string optional Specifies a user-defined named range to which the cell belongs. See external namespace.

Definition

      
<xsd:element name="NamedCell" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:attribute form="qualified" name="Name" type="xsd:string" use="optional">
    </xsd:attribute>
  </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