[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedFields

ICalculatedFields Interface

A collection of IPivotField objects that represents all the calculated fields in the specified PivotTable report.

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

Properties

Name Description
Count

Returns the number of calculated fields.

this[int]

Returns a single object from a collection.

this[string]

Returns a single object from a collection.

Methods

Name Description
Add(string, string)

Creates a new calculated field. Returns a IPivotField object.

Remove(string)

Remove the calculated fields by name.