[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLines

Interface IPivotLines

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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.

public interface IPivotLines : IEnumerable<IPivotLine>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.IPivotLine>.GetEnumerator()

Properties

Count

Returns the number of items in the PivotLines collection.

int Count { get; }

Property Value

int

this[int]

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

IPivotLine this[int index] { get; }

Parameters

index int

The position of the element.

Property Value

IPivotLine

Returns a IPivotLineIPivotLine