[]
Creates a new calculated item.
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 item. |
| string | formula | The formula for the item. |
| Type | Description |
|---|---|
| IPivotItem | A IPivotItem object that represents the new calculated item. |