com.aspose.cells
Class SubtotalSetting

java.lang.Object
    extended by com.aspose.cells.SubtotalSetting

public class SubtotalSetting 
extends java.lang.Object

Represents the setting of the subtotal .


Property Getters/Setters Summary
intgetGroupBy()
           The field to group by, as a zero-based integer offset
intgetSubtotalFunction()
           The subtotal function. The value of the property is ConsolidationFunction integer constant.
booleangetSummaryBelowData()
           Indicates whether add summarry below data.
int[]getTotalList()
           An array of zero-based field offsets, indicating the fields to which the subtotals are added.
 

Property Getters/Setters Detail

getGroupBy

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

getSubtotalFunction

public int getSubtotalFunction()
The subtotal function. The value of the property is ConsolidationFunction integer constant.

getTotalList

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

getSummaryBelowData

public boolean getSummaryBelowData()
Indicates whether add summarry below data.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.