[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFields

IPivotFields Interface

Represents a collection of all the IPivotField objects in a PivotTable report.

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

Properties

Name Description
Count

Returns the number of objects in the collection (read-only).

this[int]

Returns a single object from a collection.

this[string]

Returns a single object from a collection.