asposecells.api

Class Top10Filter

Represents the top 10 filter.

Property Getters/Setters Summary
methodgetCriteria()
method
          
methodisPercent()
method
setPercent(value)
           Indicates whether the items is percent.
methodisTop()
method
setTop(value)
           Indicates whether it's top filter.
methodgetItems()
method
setItems(value)
           Gets and sets the items of the filter.
 

    • Property Getters/Setters Detail

      • isTop/setTop : boolean 

        boolean isTop() / setTop(value)
        
        Indicates whether it's top filter.
      • isPercent/setPercent : boolean 

        boolean isPercent() / setPercent(value)
        
        Indicates whether the items is percent.
      • getItems/setItems : int 

        int getItems() / setItems(value)
        
        Gets and sets the items of the filter.
      • getCriteria/setCriteria : Object 

        Object getCriteria() / setCriteria(value)