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 forCopyright © 2010 - 2020 Adobe. All Rights Reserved