PivotLines Interface

The PivotLines object is a collection of lines in a PivotTable, containing all lines on rows or columns of the pivot. Each line is a set of PivotCells.

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

Syntax

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

See Also

Reference

PivotLines Members

Microsoft.Office.Interop.Excel Namespace