aspose.cells

Class DynamicFilter

Represents the dynamic filter.

Property Getters/Setters Summary
functiongetDynamicFilterType()
function
           Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.
functiongetMaxValue()
function
           Gets and sets the dynamic filter max value.
functiongetValue()
function
setValue(value)
           Gets and sets the dynamic filter value.
 

    • Property Getters/Setters Detail

      • getDynamicFilterType/setDynamicFilterType : Number 

        function getDynamicFilterType() / function setDynamicFilterType(value)
        
        Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.
      • getValue/setValue : Object 

        function getValue() / function setValue(value)
        
        Gets and sets the dynamic filter value.
      • getMaxValue/setMaxValue : Object 

        function getMaxValue() / function setMaxValue(value)
        
        Gets and sets the dynamic filter max value.