PivotField.AddCalculatedItem

PivotField.AddCalculatedItem method

Add a calculated item to the pivot field.

public void AddCalculatedItem(string name, string formula)
ParameterTypeDescription
nameStringThe item’s name.
formulaStringThe item’s formula

Remarks

Only supports to add calculated item to Row/Column field.

See Also