Skip to main content
A newer version of this page is available. .

PivotSummaryValue Properties

Contains the values of the predefined summaries calculated for a specific cell.
Name Description
Average Returns the value of the PivotSummaryType.Average function for the current cell.
Count Returns the value of the PivotSummaryType.Count function for the current cell.
CustomValue Gets or sets a custom summary value for the current cell.
ErrorValue static Returns a unique object that identifies an error.
Max Returns the value of the PivotSummaryType.Max function for the current cell.
Min Returns the value of the PivotSummaryType.Min function for the current cell.
StdDev Returns the value of the PivotSummaryType.StdDev function for the current cell.
StdDevp Returns the value of the PivotSummaryType.StdDevp function for the current cell.
Summary Returns the value of the PivotSummaryType.Sum function for the current cell.
Tag Gets or sets custom data for the current PivotSummaryValue object.
Var Returns the value of the PivotSummaryType.Var function for the current cell.
Varp Returns the value of the PivotSummaryType.Varp function for the current cell.
See Also