Click or drag to resize

IconSetTypeValues Enumeration

Defines the IconSetTypeValues enumeration.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum IconSetTypeValues
Members
Member nameValueDescription
ThreeArrows0 3Arrows.

When the item is serialized out as xml, its value is "3Arrows".

ThreeArrowsGray1 3ArrowsGray.

When the item is serialized out as xml, its value is "3ArrowsGray".

ThreeFlags2 3Flags.

When the item is serialized out as xml, its value is "3Flags".

ThreeTrafficLights13 3TrafficLights1.

When the item is serialized out as xml, its value is "3TrafficLights1".

ThreeTrafficLights24 3TrafficLights2.

When the item is serialized out as xml, its value is "3TrafficLights2".

ThreeSigns5 3Signs.

When the item is serialized out as xml, its value is "3Signs".

ThreeSymbols6 3Symbols.

When the item is serialized out as xml, its value is "3Symbols".

ThreeSymbols27 3Symbols2.

When the item is serialized out as xml, its value is "3Symbols2".

FourArrows8 4Arrows.

When the item is serialized out as xml, its value is "4Arrows".

FourArrowsGray9 4ArrowsGray.

When the item is serialized out as xml, its value is "4ArrowsGray".

FourRedToBlack10 4RedToBlack.

When the item is serialized out as xml, its value is "4RedToBlack".

FourRating11 4Rating.

When the item is serialized out as xml, its value is "4Rating".

FourTrafficLights12 4TrafficLights.

When the item is serialized out as xml, its value is "4TrafficLights".

FiveArrows13 5Arrows.

When the item is serialized out as xml, its value is "5Arrows".

FiveArrowsGray14 5ArrowsGray.

When the item is serialized out as xml, its value is "5ArrowsGray".

FiveRating15 5Rating.

When the item is serialized out as xml, its value is "5Rating".

FiveQuarters16 5Quarters.

When the item is serialized out as xml, its value is "5Quarters".

ThreeStars17 3Stars.

When the item is serialized out as xml, its value is "3Stars".

ThreeTriangles18 3Triangles.

When the item is serialized out as xml, its value is "3Triangles".

FiveBoxes19 5Boxes.

When the item is serialized out as xml, its value is "5Boxes".

NoIcons20 NoIcons.

When the item is serialized out as xml, its value is "NoIcons".

See Also