void subtotal( int groupBy, ConsolidationFunction subtotalFunction, int[] totalList, SummaryRow summaryRowLocation ) |
Parameters
- groupBy
- The field to group by, as a one-based integer offset.
- subtotalFunction
- The subtotal function.
- totalList
- An array of 1-based field offsets, indicating the fields to which the subtotals are added.
- summaryRowLocation
- Places the summary data relative to the subtotal. The default value is Below.