Click or drag to resize

IconSetValues Enumeration

Icon Set Type

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

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

ThreeArrowsGray1 3 Arrows (Gray).

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

ThreeFlags2 3 Flags.

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

ThreeTrafficLights13 3 Traffic Lights.

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

ThreeTrafficLights24 3 Traffic Lights Black.

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

ThreeSigns5 3 Signs.

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

ThreeSymbols6 3 Symbols Circled.

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

ThreeSymbols27 3 Symbols.

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

FourArrows8 4 Arrows.

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

FourArrowsGray9 4 Arrows (Gray).

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

FourRedToBlack10 4 Red To Black.

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

FourRating11 4 Ratings.

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

FourTrafficLights12 4 Traffic Lights.

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

FiveArrows13 5 Arrows.

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

FiveArrowsGray14 5 Arrows (Gray).

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

FiveRating15 5 Ratings Icon Set.

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

FiveQuarters16 5 Quarters.

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

See Also