Label element (PivotAxisType complexType)

This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.

Usage

      
<Label
	Style="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
PivotAxis Specifies additional information about a PivotTable axis or location.

Child Elements

Element Description
Caption This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
NotVisible This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.

Attributes

Attribute Type Required Description Possible Values
Style xsd:string required This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. See external namespace.

Definition

      
<xsd:element name="Label" minOccurs="0" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Caption" type="xsd:string" minOccurs="0">
      </xsd:element>
      <xsd:element name="NotVisible" minOccurs="0">
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="Style" type="xsd:string" use="required">
    </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