Class SubtotalSetting

SubtotalSetting class

Represents the setting of the subtotal .

public class SubtotalSetting

Properties

NameDescription
GroupBy { get; }The field to group by, as a zero-based integer offset
SubtotalFunction { get; }The subtotal function.
SummaryBelowData { get; }Indicates whether add summary below data.
TotalList { get; }An array of zero-based field offsets, indicating the fields to which the subtotals are added.

See Also