com.aspose.cells

Class IconFilter

  • java.lang.Object
    • com.aspose.cells.IconFilter
public class IconFilter 
extends java.lang.Object

Represents icon filter.

Property Getters/Setters Summary
intgetIconId()
void
setIconId(intvalue)
           Gets and sets Zero-based index of an icon in an icon set.
intgetIconSetType()
void
setIconSetType(intvalue)
           Gets and sets which icon set is used in the filter criteria. The value of the property is IconSetType integer constant.
 

    • Property Getters/Setters Detail

      • getIconSetType/setIconSetType

        public int getIconSetType() / public void setIconSetType(int value)
        
        Gets and sets which icon set is used in the filter criteria. The value of the property is IconSetType integer constant.
      • getIconId/setIconId

        public int getIconId() / public void setIconId(int value)
        
        Gets and sets Zero-based index of an icon in an icon set.

    setIconSetType

    public voidsetIconSetType(intvalue)
    
    Gets and sets which icon set is used in the filter criteria. The value of the property is IconSetType integer constant.

    setIconId

    public voidsetIconId(intvalue)
    
    Gets and sets Zero-based index of an icon in an icon set.