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