PivotItem Interface 

Represents an item in a PivotTable field. The items are the individual data entries in a field category. The PivotItem object is a member of the PivotItems collection. The PivotItems collection contains all the items in a PivotField object.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ivotItemImplementation
    Implements PivotItem
End Class
Dim ivotItemImplementation1 As New ivotItemImplementation()

Syntax

Public Interface PivotItem
public interface PivotItem
public interface class PivotItem
public interface PivotItem
public interface PivotItem

Remarks

Use PivotItems(index), where index is the item index number or name, to return a single PivotItem object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

PivotItem Members