[]
Creates a new calculated item. Returns a PivotItem object.
IPivotItem Add(string name, string formula)
Function Add(name As String, formula As String) As IPivotItem
| Type | Name | Description |
|---|---|---|
| string | name | The name of the calculated item. |
| string | formula | The formula for the calculated item. |
| Type | Description |
|---|---|
| IPivotItem |