LeafRowMemberType complexType

Contains the properties of a leaf row member that has been expanded or collapsed since the view's state changed.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Path Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.
SeqNum Contains the index of the last expand or collapse operation performed on a member.
Expanded Specifies whether the field members are expanded by default, or whether a leaf member was expanded.

Attributes

None.

Definition

      
<xsd:complexType name="LeafRowMemberType" >
  <xsd:sequence>
    <xsd:element name="Path" type="xsd:string">
    </xsd:element>
    <xsd:element name="SeqNum" type="xsd:int">
    </xsd:element>
    <xsd:element name="Expanded" minOccurs="0">
    </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