PivotLineCells Interface

Collection of PivotCell objects for a specific PivotLine.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("0002447F-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface PivotLineCells _
    Inherits IEnumerable
'Usage
Dim instance As PivotLineCells
[GuidAttribute("0002447F-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface PivotLineCells : IEnumerable

Remarks

Use the PivotLineCells (index) method to return or specify the location of a specific PivotCell object in the collection. You can also specify a PivotField object or the PivotField name to return a single PivotCell object.

See Also

Reference

PivotLineCells Members

Microsoft.Office.Interop.Excel Namespace