IconSetTypeValues Enumeration

Defines the IconSetTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration IconSetTypeValues
'Usage
Dim instance As IconSetTypeValues
public enum IconSetTypeValues

Members

Member name Description
ThreeArrows 3Arrows. When the item is serialized out as xml, its value is "3Arrows".
ThreeArrowsGray 3ArrowsGray. When the item is serialized out as xml, its value is "3ArrowsGray".
ThreeFlags 3Flags. When the item is serialized out as xml, its value is "3Flags".
ThreeTrafficLights1 3TrafficLights1. When the item is serialized out as xml, its value is "3TrafficLights1".
ThreeTrafficLights2 3TrafficLights2. When the item is serialized out as xml, its value is "3TrafficLights2".
ThreeSigns 3Signs. When the item is serialized out as xml, its value is "3Signs".
ThreeSymbols 3Symbols. When the item is serialized out as xml, its value is "3Symbols".
ThreeSymbols2 3Symbols2. When the item is serialized out as xml, its value is "3Symbols2".
FourArrows 4Arrows. When the item is serialized out as xml, its value is "4Arrows".
FourArrowsGray 4ArrowsGray. When the item is serialized out as xml, its value is "4ArrowsGray".
FourRedToBlack 4RedToBlack. When the item is serialized out as xml, its value is "4RedToBlack".
FourRating 4Rating. When the item is serialized out as xml, its value is "4Rating".
FourTrafficLights 4TrafficLights. When the item is serialized out as xml, its value is "4TrafficLights".
FiveArrows 5Arrows. When the item is serialized out as xml, its value is "5Arrows".
FiveArrowsGray 5ArrowsGray. When the item is serialized out as xml, its value is "5ArrowsGray".
FiveRating 5Rating. When the item is serialized out as xml, its value is "5Rating".
FiveQuarters 5Quarters. When the item is serialized out as xml, its value is "5Quarters".
ThreeStars 3Stars. When the item is serialized out as xml, its value is "3Stars".
ThreeTriangles 3Triangles. When the item is serialized out as xml, its value is "3Triangles".
FiveBoxes 5Boxes. When the item is serialized out as xml, its value is "5Boxes".
NoIcons NoIcons. When the item is serialized out as xml, its value is "NoIcons".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Excel Namespace