[]
Creates a new calculated field.
IPivotField Add(string name, string formula)
Function Add(name As String, formula As String) As IPivotField
| Type | Name | Description |
|---|---|---|
| string | name | The name of the item. |
| string | formula | The formula for the item. |
| Type | Description |
|---|---|
| IPivotField | A IPivotField object that represents the new calculated item. |