asposecells.api

Class SubtotalSetting

Represents the setting of the subtotal .

Property Getters/Setters Summary
methodgetGroupBy()
The field to group by, as a zero-based integer offset
methodgetSubtotalFunction()
The subtotal function. The value of the property is ConsolidationFunction integer constant.
methodgetSummaryBelowData()
Indicates whether add summary below data.
methodgetTotalList()
An array of zero-based field offsets, indicating the fields to which the subtotals are added.
 

    • Property Getters/Setters Detail

      • getGroupBy : int 

        int getGroupBy()
        
        The field to group by, as a zero-based integer offset
      • getSubtotalFunction : int 

        int getSubtotalFunction()
        
        The subtotal function. The value of the property is ConsolidationFunction integer constant.
      • getTotalList : int[] 

        int[] getTotalList()
        
        An array of zero-based field offsets, indicating the fields to which the subtotals are added.
      • getSummaryBelowData : boolean 

        boolean getSummaryBelowData()
        
        Indicates whether add summary below data.