asposecells.api

Class DynamicFilter

Represents the dynamic filter.

Property Getters/Setters Summary
methodgetDynamicFilterType()
method
           Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.
methodgetMaxValue()
method
           Gets and sets the dynamic filter max value.
methodgetValue()
method
setValue(value)
           Gets and sets the dynamic filter value.
 

    • Property Getters/Setters Detail

      • getDynamicFilterType/setDynamicFilterType : int 

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

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

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