asposecells.api

Class PivotFilter

Represents a PivotFilter in PivotFilter Collection.

Property Getters/Setters Summary
methodgetAutoFilter()
Gets the autofilter of the pivot filter.
methodgetEvaluationOrder()
method
           Gets the Evaluation Order of the pivot filter.
methodgetFieldIndex()
Gets the field index of the pivot filter.
methodgetFilterType()
Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
methodgetMeasureFldIndex()
method
           Gets the measure field index of the pivot filter.
methodgetMemberPropertyFieldIndex()
method
           Gets the member property field index of the pivot filter.
methodgetName()
method
setName(value)
           Gets the name of the pivot filter.
methodgetValue1()
method
setValue1(value)
           Gets the string value1 of the label pivot filter.
methodgetValue2()
method
setValue2(value)
           Gets the string value2 of the label pivot filter.
 

    • Property Getters/Setters Detail

      • getFilterType : int 

        int getFilterType()
        
        Gets the autofilter type of the pivot filter. The value of the property is PivotFilterType integer constant.
      • getFieldIndex : int 

        int getFieldIndex()
        
        Gets the field index of the pivot filter.
      • getValue1/setValue1 : String 

        String getValue1() / setValue1(value)
        
        Gets the string value1 of the label pivot filter.
      • getValue2/setValue2 : String 

        String getValue2() / setValue2(value)
        
        Gets the string value2 of the label pivot filter.
      • getMeasureFldIndex/setMeasureFldIndex : int 

        int getMeasureFldIndex() / setMeasureFldIndex(value)
        
        Gets the measure field index of the pivot filter.
      • getMemberPropertyFieldIndex/setMemberPropertyFieldIndex : int 

        int getMemberPropertyFieldIndex() / setMemberPropertyFieldIndex(value)
        
        Gets the member property field index of the pivot filter.
      • getName/setName : String 

        String getName() / setName(value)
        
        Gets the name of the pivot filter.
      • getEvaluationOrder/setEvaluationOrder : int 

        int getEvaluationOrder() / setEvaluationOrder(value)
        
        Gets the Evaluation Order of the pivot filter.