[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItemList

IPivotItemList Interface

A collection of all the PivotItem objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.

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

Properties

Name Description
Count

Returns the number of objects in the collection. Read-only Integer.

this[int]

Reserved for internal use.