PivotField.VisibleItemsList Property
Returns or sets a Object specifying an array of strings that represent included items in a manual filter applied to a PivotField. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property VisibleItemsList As Object
Get
Set
'Usage
Dim instance As PivotField
Dim value As Object
value = instance.VisibleItemsList
instance.VisibleItemsList = value
Object VisibleItemsList { get; set; }
Property Value
Type: System.Object
Object
Remarks
This property is applicable to OLAP PivotTables only.