Class SubtotalSetting
Class SubtotalSetting
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the setting of the subtotal .
public class SubtotalSetting
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
GroupBy
The field to group by, as a zero-based integer offset
public int GroupBy { get; }
Property Value
SubtotalFunction
The subtotal function.
public ConsolidationFunction SubtotalFunction { get; }
Property Value
SummaryBelowData
Indicates whether add summary below data.
public bool SummaryBelowData { get; }
Property Value
TotalList
An array of zero-based field offsets, indicating the fields to which the subtotals are added.
public int[] TotalList { get; }
Property Value
int[]