IPivotLineCells Interface
Collection of PivotCell objects for a specific PivotLine.
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.
|