XlPropertyDisplayedIn Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where to display the property.
public enum class XlPropertyDisplayedIn
public enum XlPropertyDisplayedIn
Public Enum XlPropertyDisplayedIn
- Inheritance
-
XlPropertyDisplayedIn
Fields
Name | Value | Description |
---|---|---|
xlDisplayPropertyInPivotTable | 1 | Displays member property in the PivotTable only. This is the default value. |
xlDisplayPropertyInTooltip | 2 | Displays member property in both the tooltip and the PivotTable. |
xlDisplayPropertyInPivotTableAndTooltip | 3 | Displays member property in the tooltip only. |