com.aspose.cells

Class DynamicFilter

  • java.lang.Object
    • com.aspose.cells.DynamicFilter
public class DynamicFilter 
extends java.lang.Object

Represents the dynamic filter.

Property Getters/Setters Summary
intgetDynamicFilterType()
void
           Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.
java.lang.ObjectgetMaxValue()
void
setMaxValue(java.lang.Objectvalue)
           Gets and sets the dynamic filter max value.
java.lang.ObjectgetValue()
void
setValue(java.lang.Objectvalue)
           Gets and sets the dynamic filter value.
 

    • Property Getters/Setters Detail

      • getDynamicFilterType/setDynamicFilterType

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

        public java.lang.Object getValue() / public void setValue(java.lang.Object value)
        
        Gets and sets the dynamic filter value.
      • getMaxValue/setMaxValue

        public java.lang.Object getMaxValue() / public void setMaxValue(java.lang.Object value)
        
        Gets and sets the dynamic filter max value.

    setDynamicFilterType

    public voidsetDynamicFilterType(intvalue)
    
    Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.

    setValue

    public voidsetValue(java.lang.Objectvalue)
    
    Gets and sets the dynamic filter value.

    setMaxValue

    public voidsetMaxValue(java.lang.Objectvalue)
    
    Gets and sets the dynamic filter max value.