com.aspose.cells
Class IconFilter

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

public class IconFilter 
extends java.lang.Object

Represents icon filter.


Property Getters/Setters Summary
intgetIconId()
voidsetIconId(int value)
           Gets and sets Zero-based index of an icon in an icon set.
intgetIconSetType()
voidsetIconSetType(int value)
           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.

setIconSetType

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.

setIconId

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

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