[]
Creates a new calculated field. Returns a IPivotField object.
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 field. |
| string | Formula | The formula for the field. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField that represents the new calculated field. |