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.
 
Method Summary
voidsetCriteria(int filterOperator, java.lang.Object criteria)
           Sets the filter criteria.
 

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.

setFilterOperatorType

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.

setCriteria

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

Method Detail

setCriteria

public void setCriteria(int filterOperator, java.lang.Object criteria)
Sets the filter criteria.
Parameters:
filterOperator - A FilterOperatorType value. filter operator type
criteria - filter criteria value

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