Click or drag to resize

IconSetType Enumeration

Icon set type for conditional formatting. The threshold values for triggering the different icons within a set are configurable, and the icon order is reversible.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum IconSetType
Members
Member name Value Description
ThreeArrows 0 3 arrows icon set.
ThreeArrowsGray 1 3 gray arrows icon set.
ThreeFlags 2 3 flags icon set.
ThreeTrafficLights1 3 3 traffic lights icon set (#1).
ThreeTrafficLights2 4 3 traffic lights icon set with thick black border.
ThreeSigns 5 3 signs icon set.
ThreeSymbols 6 3 symbols icon set.
ThreeSymbols2 7 3 Symbols icon set.
ThreeTriangles 8 3 triangles set
ThreeStars 9 3 stars set
FiveBoxes 10 5 boxes set
FourArrows 11 4 arrows icon set.
FourArrowsGray 12 4 gray arrows icon set.
FourRedToBlack 13 4 'red to black' icon set.
FourRating 14 4 ratings icon set.
FourTrafficLights 15 4 traffic lights icon set.
FiveArrows 16 5 arrows icon set.
FiveArrowsGray 17 5 gray arrows icon set.
FiveRating 18 5 rating icon set.
FiveQuarters 19 5 quarters icon set.
None 20 None.
CustomSet 21
See Also