VisibleFields Property

VisibleFields Property

See Also         Example         Applies To

Returns an object that represents either a single field in a PivotTable report (a PivotField object, Syntax 1) or a collection of all the visible fields (a PivotFields object, Syntax 2). Visible fields are shown as row, column, page or data fields. Read-only.

Syntax 1

expression.VisibleFields(Index)

Syntax 2

expression.VisibleFields

expression   Required. An expression that returns a PivotTable object.

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

Remarks

For OLAP data sources, there are no hidden fields, and this property returns all the fields in the PivotTable cache.