public interface SupportsColumnTotalsRendering<R>
| Modifier and Type | Method and Description |
|---|---|
R |
setTotalsDataRange(ColumnTotalsDataRange data)
The data range will be used to render totals.
|
R |
total(Formula formula) |
R |
total(Formula formula,
Style style) |
R |
totals(Formula formula,
int times) |
R |
totals(Formula formula,
int times,
Style style) |
R setTotalsDataRange(ColumnTotalsDataRange data)
ColumnTotalsDataRange.endOnPreviousRow()
method will be calleddata - data range to be used for totals calculationCopyright © 2014. All rights reserved.