[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFields

Interface IPivotFields

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

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

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

Properties

Count

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

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

IPivotField this[int index] { get; }

Parameters

index int

The index number for the object.

Property Value

IPivotField

this[string]

Returns a single object from a collection.

IPivotField this[string name] { get; }

Parameters

name string

The name for the object.

Property Value

IPivotField