com.aspose.cells
Class Top10Filter

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

public class Top10Filter 
extends java.lang.Object

Represents the top 10 filter.

Property Getters/Setters Summary
java.lang.ObjectgetCriteria()
voidsetCriteria(java.lang.Object value)
          
booleanisPercent()
voidsetPercent(boolean value)
           Indicates whether the items is percent.
booleanisTop()
voidsetTop(boolean value)
           Indicates whether it's top filter.
intgetItems()
voidsetItems(int value)
           Gets and sets the items of the filter.
 

Property Getters/Setters Detail

isTop/setTop

public boolean isTop() / public void setTop(boolean value)
Indicates whether it's top filter.

isPercent/setPercent

public boolean isPercent() / public void setPercent(boolean value)
Indicates whether the items is percent.

getItems/setItems

public int getItems() / public void setItems(int value)
Gets and sets the items of the filter.

getCriteria/setCriteria

public java.lang.Object getCriteria() / public void setCriteria(java.lang.Object value)

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