PivotField.ShowingInAxis Property
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.
Indicates if the PivotField is currently visible in the PivotTable or not. Read-only.
public:
property bool ShowingInAxis { bool get(); };
public bool ShowingInAxis { get; }
Public ReadOnly Property ShowingInAxis As Boolean
Property Value
Boolean
Remarks
The property returns True if the PivotField is currently visible and returns False if is not currently visible. The visibility of the PivotField is determined by whether or not the PivotField caption is visible in the PivotTable in tabular (non-compact) form.