Contains an enumerated value indicating how to display an OLAP member property.
<DisplayIn />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
MemberProperty | Contains additional information (member property information) about a field in OLAP-based PivotTable view or report. |
MemberProperty | Contains information about an OLAP member property field. |
None.
None.
<xsd:element name="DisplayIn" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="DisplayInReport" />
<xsd:enumeration value="DisplayInScreenTip" />
<xsd:enumeration value="DisplayNone" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>