Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotField Interface / getSubtotals Method
In This Topic
    getSubtotals Method
    In This Topic
    Gets a combination of all the showing subtotal types in the specified PivotField. Valid only for nondata fields.
    Syntax
    java.util.EnumSet<SubtotalType> getSubtotals()
    See Also