Class IntTotalSummary
This class is used to compute the sum of integer values.
Implements
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class IntTotalSummary : SummaryBase, IAdjustableConstructors
IntTotalSummary()
Declaration
public IntTotalSummary()Methods
AdjustForNewContribution(Object)
Gets to adjust for the new value.
Declaration
public void AdjustForNewContribution(object newContribution)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | newContribution | Object | 
AdjustForOldContribution(Object)
Gets to adjust for the old value.
Declaration
public void AdjustForOldContribution(object oldContribution)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | oldContribution | Object | 
Combine(Object)
Combines different values together.
Declaration
public override void Combine(object other)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | other | Object | 
Overrides
CombineSummary(SummaryBase)
Combines different Summary into one.
Declaration
public override void CombineSummary(SummaryBase other)Parameters
| Type | Name | Description | 
|---|---|---|
| SummaryBase | other | SummaryBase | 
Overrides
GetInstance()
Returns the instance of type IntTotalSummary.
Declaration
public override SummaryBase GetInstance()Returns
| Type | 
|---|
| SummaryBase | 
Overrides
GetResult()
Obtains the sum/total value.
Declaration
public override object GetResult()Returns
| Type | Description | 
|---|---|
| System.Object | Sum/total value. | 
Overrides
Reset()
Resets the value of the variables.
Declaration
public override void Reset()Overrides
ToString()
Converts to the string type.
Declaration
public override string ToString()Returns
| Type | 
|---|
| System.String |