public interface AggregateExtensions
| Modifier and Type | Method and Description |
|---|---|
void |
aggregateValue(CellValue valueToAggregate,
Report report)
Aggregates the specified value.
|
void aggregateValue(CellValue valueToAggregate, Report report)
Aggregates the specified value.
If an aggregate implements both Aggregate and AggregateExtensions,
then this method is used instead of Aggregate.aggregateValue(CellValue).
Note that report may be null for compatibility reasons.
valueToAggregate - The value to aggregatereport - The report the value is aggregated for"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"