FilterMember element
Contains information about OLAP cube members that are selected when an OLAP hierarchy is shown in the page area of the PivotTable view.
Usage
      
<FilterMember />
    Element Information
      
        | Element type | Anonymous | 
      
        | Namespace | urn:schemas-microsoft-com:office:excel | 
      
        | Schema name | XML Spreadsheet 2000 | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | PivotField | Contains information about a PivotField. | 
    
Child Elements
      
        | Element | Description | 
      
        | UniqueName | Specifies a unique name for a OLAP cube member. | 
      
        | Level | Contains the zero-based level index on which an OLAP cube member resides. | 
      
        | Caption | Specifies a caption for the OLAP cube member. | 
    
Attributes
None.
Definition
      
<xsd:element name="FilterMember" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
      </xsd:element>
      <xsd:element name="Level" type="xsd:integer" minOccurs="0">
      </xsd:element>
      <xsd:element name="Caption" type="xsd:string" minOccurs="0">
      </xsd:element>
    </xsd:sequence>
  </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