PivotCell Interface 

Represents a cell in a PivotTable report.

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

Usage

Public Class ivotCellImplementation
    Implements PivotCell
End Class
Dim ivotCellImplementation1 As New ivotCellImplementation()

Syntax

Public Interface PivotCell
public interface PivotCell
public interface class PivotCell
public interface PivotCell
public interface PivotCell

Remarks

Use the PivotCell property of the Range collection to return a PivotCell object.

Once a PivotCell object is returned, you can use the PivotCellType property to determine what type of cell a particular range is.

You can use the ColumnItems or RowItems property to determine the PivotItems collection that corresponds to the items on the column or row axis that represents the selected number.

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

PivotCell Members