PivotItemList Interface

Definition

A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.

public interface class PivotItemList : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024468-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotItemList : System.Collections.IEnumerable
Public Interface PivotItemList
Implements IEnumerable
Attributes
Implements

Remarks

Use the RowItems or ColumnItems property of the PivotCell object to return a PivotItemList collection.

Once a PivotItemList collection is returned, you can use the Item(Object) method to identify a particular PivotItem list.

Properties

_Default[Object]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application. Read-only.

Count

Returns the number of objects in the collection. Read-only Integer.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator.

Parent

Returns the parent object for the specified object. Read-only.

Methods

GetEnumerator()
Item(Object)

Returns a single object from a collection.

Applies to