[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItemList

Interface IPivotItemList

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface IPivotItemList : IEnumerable<IPivotItem>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.IPivotItem>.GetEnumerator()

Properties

Count

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

int Count { get; }

Property Value

int

this[int]

Reserved for internal use.

IPivotItem this[int field] { get; }

Parameters

field int

The index of the field to retrieve.

Property Value

IPivotItem