com.aspose.cells
Class CustomFilter

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

public class CustomFilter 
extends java.lang.Object

Represents the custom filter.

Constructor Summary
CustomFilter()
          
 
Property Getters/Setters Summary
java.lang.ObjectgetCriteria()
voidsetCriteria(java.lang.Object value)
           Gets and sets the criteria.
intgetFilterOperatorType()
voidsetFilterOperatorType(int value)
           Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
 

Constructor Detail

CustomFilter

public CustomFilter()

Property Getters/Setters Detail

getFilterOperatorType/setFilterOperatorType

public int getFilterOperatorType() / public void setFilterOperatorType(int value)
Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.

getCriteria/setCriteria

public java.lang.Object getCriteria() / public void setCriteria(java.lang.Object value)
Gets and sets the criteria.

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