[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedItems

ICalculatedItems Interface

A collection of PivotItem objects that represent all the calculated items in the specified PivotTable report.

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

Properties

Name Description
Count

Returns the number of IPivotItem in the collection.

this[int]

Get IPivotItem item by index.

this[string]

Get IPivotItem item by name.

Methods

Name Description
Add(string, string)

Creates a new calculated item. Returns a PivotItem object.

Remove(string)

Remove calculated item.