PivotField.ShowingInAxis Property

Definition

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.

Applies to