XlPropertyDisplayedIn Enumeration
Specifies where to display the property.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPropertyDisplayedIn
'Usage
Dim instance As XlPropertyDisplayedIn
public enum XlPropertyDisplayedIn
Members
Member name | Description | |
---|---|---|
xlDisplayPropertyInPivotTable | Displays member property in the PivotTable only. This is the default value. | |
xlDisplayPropertyInTooltip | Displays member property in both the tooltip and the PivotTable. | |
xlDisplayPropertyInPivotTableAndTooltip | Displays member property in the tooltip only. |