asposecells.api

Class PivotAreaFilter

Represents the filter of PivotArea for PivotTable.

Constructor Summary
 
Property Getters/Setters Summary
methodgetSelected()
method
           Indicates whether this field has selection. Only works when the PivotTable is in Outline view.
 
Method Summary
methodisSubtotalSet(subtotalType)
Gets which subtotal is set for this filter.
methodsetSubtotals(subtotalType, shown)
Subtotal for the filter.
 

    • Constructor Detail

      • PivotAreaFilter

        PivotAreaFilter()
    • Property Getters/Setters Detail

      • getSelected/setSelected : boolean 

        boolean getSelected() / setSelected(value)
        
        Indicates whether this field has selection. Only works when the PivotTable is in Outline view.
    • Method Detail

      • isSubtotalSet

        boolean isSubtotalSet(subtotalType)
        Gets which subtotal is set for this filter.
        Parameters:
        subtotalType: int - A PivotFieldSubtotalType value. The subtotal function type.
        Returns:
      • setSubtotals

         setSubtotals(subtotalType, shown)
        Subtotal for the filter.
        Parameters:
        subtotalType: int - A PivotFieldSubtotalType value. The subtotal function.
        shown: boolean - Indicates if showing this subtotal data.