PivotCalculatedFieldCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(String, String) | formula, name | Creates a new calculated field with the specified name and appends this field to the collection. |
| Add(String) | formula | Creates a new calculated field and appends it to the collection. |