[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLineCells

Interface IPivotLineCells

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

Collection of PivotCell objects for a specific PivotLine.

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

Properties

Count

Returns the number of items in the PivotLineCells collection.

int Count { get; }

Property Value

int

this[int]

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

IPivotCell this[int index] { get; }

Parameters

index int

The position of the element

Property Value

IPivotCell

Returns a IPivotCellIPivotCell