SubtotalSetting

SubtotalSetting class

Represents the setting of the subtotal .

Properties

NameTypeDescription
GroupByintThe field to group by, as a zero-based integer offset
SubtotalFunctionintThe subtotal function. The value of the property is ConsolidationFunction integer constant.
TotalListint[]An array of zero-based field offsets, indicating the fields to which the subtotals are added.
SummaryBelowDatabooleanIndicates 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