Skip to main content
A newer version of this page is available. .

XlCondFmtIconSetType Enum

Lists values that sets the icon set type for the icon set conditional format.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlCondFmtIconSetType

Members

Name Description
Arrows3

Specifies the 3 arrows icon set.

3Arrows.png

ArrowsGray3

Specifies the 3 gray arrows icon set.

3ArrowsGray.png

Flags3

Specifies the 3 flags icon set.

3Flags.png

TrafficLights3

Specifies the 3 traffic lights icon set.

3TrafficLights.png

TrafficLights3Black

Specifies the 3 traffic lights (rimmed) icon set.

3TrafficLights2.png

Signs3

Specifies the 3 signs icon set.

3Signs.png

Symbols3

Specifies the 3 symbols icon set.

3Symbols2.png

Symbols3Circled

Specifies the 3 symbols (circled) icon set.

3Symbols.png

Stars3

Specifies the 3 stars icon set.

3Stars.png

Triangles3

Specifies the 3 triangles icon set.

3Triangles.png

Arrows4

Specifies the 4 arrows icon set.

4Arrows.png

ArrowsGray4

Specifies the 4 gray arrows icon set.

4ArrowsGray

RedToBlack4

Specifies the 4 "red to black" icon set.

4RedToBlack.png

Rating4

Specifies the 4 ratings icon set.

4Rating.png

TrafficLights4

Specifies the 4 traffic lights icon set.

4TrafficLights.png

Arrows5

Specifies the 5 arrows icon set.

5Arrows.png

ArrowsGray5

Specifies the 5 gray arrows icon set.

5ArrowsGray.png

Rating5

Specifies the 5 ratings icon set.

5Rating.png

Quarters5

Specifies the 5 quarters icon set.

5Quarters.png

Boxes5

Specifies the 5 boxes icon set.

5Boxes.png

NoIcons

Icon set type is not specified.

Related API Members

The following properties accept/return XlCondFmtIconSetType values:

Library Related API Members
Cross-Platform Class Library XlCondFmtCustomIcon.IconSetType
XlCondFmtRuleIconSet.IconSetType
WPF Controls IconSetFormat.IconSetType

See Also