Footer element

Contains information related to footers.

Usage

      
<Footer
	Margin="xsd:double"
	Data="xsd:string"
/>

    

Element Information

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

Elements and Attributes

Parent Elements

Element Description
PageSetup Contains information related to settings for printing worksheets.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Margin xsd:double optional Specifies the distance in points from the top of the page to the footer. See external namespace.
Data xsd:string optional Contains the content for the footer. See external namespace.

Definition

      
<xsd:element name="Footer" minOccurs="0" >
  <xsd:complexType>
    <xsd:attribute name="Margin" type="xsd:double" use="optional" form="qualified">
    </xsd:attribute>
    <xsd:attribute name="Data" type="xsd:string" use="optional" form="qualified">
    </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