SubtotalSetting
Contents
[
Hide
]SubtotalSetting class
Represents the setting of the subtotal .
Properties
| Name | Type | Description |
|---|---|---|
| GroupBy | int | The field to group by, as a zero-based integer offset |
| SubtotalFunction | int | The subtotal function. The value of the property is ConsolidationFunction integer constant. |
| TotalList | int[] | An array of zero-based field offsets, indicating the fields to which the subtotals are added. |
| SummaryBelowData | boolean | Indicates whether add summary below data. |
SubtotalSetting.GroupBy property
The field to group by, as a zero-based integer offset
Type: int
SubtotalSetting.SubtotalFunction property
The subtotal function. The value of the property is ConsolidationFunction integer constant.
Type: int
SubtotalSetting.TotalList property
An array of zero-based field offsets, indicating the fields to which the subtotals are added.
Type: int[]
SubtotalSetting.SummaryBelowData property
Indicates whether add summary below data.
Type: boolean