Share via


ValueChange.VisibleInPivotTable Property

Gets whether the cell (tuple) is currently visible in the PivotTable report.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property VisibleInPivotTable As Boolean
    Get
'Usage
Dim instance As ValueChange
Dim value As Boolean

value = instance.VisibleInPivotTable
bool VisibleInPivotTable { get; }

Property Value

Type: System.Boolean
true if the cell (tuple) is currently visible in the PivotTable report; otherwise, false.

Remarks

Read-only.

Return true if the cell (tuple) is currently visible in the PivotTable report; otherwise false.

See Also

Reference

ValueChange Interface

ValueChange Members

Microsoft.Office.Interop.Excel Namespace