Click or drag to resize

IconSetValues Enumeration

Icon Set Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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