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