[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLineCells

IPivotLineCells Interface

Collection of PivotCell objects for a specific PivotLine.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPivotLineCells : IEnumerable<IPivotCell>, IEnumerable
Public Interface IPivotLineCells
    Inherits IEnumerable(Of IPivotCell), IEnumerable

Properties

Name Description
Count

Returns the number of items in the PivotLineCells collection.

this[int]

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