PivotField.HiddenItemsList Property
Returns or sets an Object specifying an array of strings that are hidden items for a PivotTable field. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HiddenItemsList As Object
Get
Set
'Usage
Dim instance As PivotField
Dim value As Object
value = instance.HiddenItemsList
instance.HiddenItemsList = value
Object HiddenItemsList { get; set; }
Property Value
Type: System.Object
Remarks
The HiddenItemsList property is only valid for Online Analytical Processing (OLAP) data sources; using this property on non-OLAP data sources will return a run-time error.