com.aspose.cells
Class DynamicFilter

java.lang.Object
    extended by com.aspose.cells.DynamicFilter

public class DynamicFilter 
extends java.lang.Object

Represents the dynamic filter.


Property Getters/Setters Summary
intgetDynamicFilterType()
voidsetDynamicFilterType(int)
           Gets and sets the dynamic filter type. The value of the property is DynamicFilterType integer constant.
java.lang.ObjectgetMaxValue()
voidsetMaxValue(java.lang.Object)
           Gets and sets the dynamic filter max value.
java.lang.ObjectgetValue()
voidsetValue(java.lang.Object)
           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.

setDynamicFilterType

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.

setValue

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.

setMaxValue

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.