PivotField.VisibleItems[Object] Property

Definition

Returns an object that represents either a single visible PivotTable item (a PivotItem object) or a collection of all the visible items (a PivotItems object) in the specified field. Read-only.

public:
 property System::Object ^ VisibleItems[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object VisibleItems[object Index] { get; }
Public ReadOnly Property VisibleItems(Optional Index As Object) As Object

Parameters

Index
Object

Optional Object. The number or name of the item to be returned (can be an array to specify more than one item).

Property Value

Remarks

For OLAP data sources, this property is read-only and always returns True. There are no hidden items.

Applies to