[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItems

IPivotItems Interface

Represents a collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.

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

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Returns a single object from a collection.

this[string]

Returns a single object from a collection.