[]
Represents a collection of all the IPivotField objects in a PivotTable report.
public interface IPivotFields : IEnumerable<IPivotField>, IEnumerable
Public Interface IPivotFields
Inherits IEnumerable(Of IPivotField), IEnumerable
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. |