PivotSummaryValue Members
Contains the values of the predefined summaries calculated for a specific cell.Constructors
| Name | Description |
|---|---|
| PivotSummaryValue(SummaryValue, PivotGridFieldBase) | Initializes a new instance of the PivotSummaryValue class with specified settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GetValue(PivotSummaryType) | Returns the value of the specified predefined summary. |
| GetValueType(PivotSummaryType, Type) static | Returns the type of values calculated by the specified summary function evaluated upon data of the specified type. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also