public class SubtotalSetting
Property Getters/Setters Summary | ||
---|---|---|
int | getGroupBy() | |
The field to group by, as a zero-based integer offset
|
||
int | getSubtotalFunction() | |
The subtotal function.
The value of the property is ConsolidationFunction integer constant. |
||
boolean | getSummaryBelowData() | |
Indicates whether add summarry below data.
|
||
int[] | getTotalList() | |
An array of zero-based field offsets, indicating the fields to which the subtotals are added.
|
public int getGroupBy()
public int getSubtotalFunction()
public int[] getTotalList()
public boolean getSummaryBelowData()