Class DisplayIfDiscreteValuesEqual
Displays the aggregated value in the PivotComputation column, if all the values are aggregated to be same else the value in PadString property is displayed.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class DisplayIfDiscreteValuesEqual : SummaryBase
Constructors
DisplayIfDiscreteValuesEqual()
Displays if the discrete values are equal.
Declaration
public DisplayIfDiscreteValuesEqual()
Properties
PadString
Returns the padded string
Declaration
public string PadString { get; set; }
Property Value
Type |
---|
System.String |
Methods
Combine(Object)
Combines the different values together.
Declaration
public override void Combine(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other | Object |
Overrides
CombineSummary(SummaryBase)
Combines the different summaries into one.
Declaration
public override void CombineSummary(SummaryBase other)
Parameters
Type | Name | Description |
---|---|---|
SummaryBase | other |
Overrides
GetInstance()
Returns the instance of type DisplayIfDiscreteValuesEqual.
Declaration
public override SummaryBase GetInstance()
Returns
Type |
---|
SummaryBase |
Overrides
GetResult()
Obtains the resultant value.
Declaration
public override object GetResult()
Returns
Type |
---|
System.Object |
Overrides
Reset()
Resets the value for the variables.
Declaration
public override void Reset()