[]
A collection of PivotItem objects that represent all the calculated items in the specified PivotTable report.
public interface ICalculatedItems : IEnumerable<IPivotItem>, IEnumerable
Public Interface ICalculatedItems
Inherits IEnumerable(Of IPivotItem), IEnumerable
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. |
Name | Description |
---|---|
Add(string, string) | Creates a new calculated item. Returns a PivotItem object. |
Remove(string) | Remove calculated item. |