[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLines

IPivotLines 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: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPivotLines : IEnumerable<IPivotLine>, IEnumerable
Public Interface IPivotLines
    Inherits IEnumerable(Of IPivotLine), IEnumerable

Properties

Name Description
Count

Returns the number of items in the PivotLines collection.

this[int]

Returns a specific element of the PivotLines collection object by its position in the collection. Read-only.