PivotField.Function

PivotField.Function property

Represents function used to summarize the PivotTable field (data fields only). The default function is Count.

public PivotFieldFunction Function { get; set; }

See Also