IconSetTypeValues Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the IconSetTypeValues enumeration.
public enum IconSetTypeValues[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum IconSetTypeValuespublic readonly struct IconSetTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues>type IconSetTypeValues = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type IconSetTypeValues = type IconSetTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<IconSetTypeValues>Public Enum IconSetTypeValuesPublic Structure IconSetTypeValues
Implements IEnumValue, IEnumValueFactory(Of IconSetTypeValues), IEquatable(Of IconSetTypeValues)- Inheritance
- 
				IconSetTypeValues
- Inheritance
- 
				IconSetTypeValues
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| ThreeArrows | 0 | 3Arrows. When the item is serialized out as xml, its value is "3Arrows". | 
| ThreeArrowsGray | 1 | 3ArrowsGray. When the item is serialized out as xml, its value is "3ArrowsGray". | 
| ThreeFlags | 2 | 3Flags. When the item is serialized out as xml, its value is "3Flags". | 
| ThreeTrafficLights1 | 3 | 3TrafficLights1. When the item is serialized out as xml, its value is "3TrafficLights1". | 
| ThreeTrafficLights2 | 4 | 3TrafficLights2. When the item is serialized out as xml, its value is "3TrafficLights2". | 
| ThreeSigns | 5 | 3Signs. When the item is serialized out as xml, its value is "3Signs". | 
| ThreeSymbols | 6 | 3Symbols. When the item is serialized out as xml, its value is "3Symbols". | 
| ThreeSymbols2 | 7 | 3Symbols2. When the item is serialized out as xml, its value is "3Symbols2". | 
| FourArrows | 8 | 4Arrows. When the item is serialized out as xml, its value is "4Arrows". | 
| FourArrowsGray | 9 | 4ArrowsGray. When the item is serialized out as xml, its value is "4ArrowsGray". | 
| FourRedToBlack | 10 | 4RedToBlack. When the item is serialized out as xml, its value is "4RedToBlack". | 
| FourRating | 11 | 4Rating. When the item is serialized out as xml, its value is "4Rating". | 
| FourTrafficLights | 12 | 4TrafficLights. When the item is serialized out as xml, its value is "4TrafficLights". | 
| FiveArrows | 13 | 5Arrows. When the item is serialized out as xml, its value is "5Arrows". | 
| FiveArrowsGray | 14 | 5ArrowsGray. When the item is serialized out as xml, its value is "5ArrowsGray". | 
| FiveRating | 15 | 5Rating. When the item is serialized out as xml, its value is "5Rating". | 
| FiveQuarters | 16 | 5Quarters. When the item is serialized out as xml, its value is "5Quarters". | 
| ThreeStars | 17 | 3Stars. When the item is serialized out as xml, its value is "3Stars". | 
| ThreeTriangles | 18 | 3Triangles. When the item is serialized out as xml, its value is "3Triangles". | 
| FiveBoxes | 19 | 5Boxes. When the item is serialized out as xml, its value is "5Boxes". | 
| NoIcons | 20 | NoIcons. When the item is serialized out as xml, its value is "NoIcons". | 
| Equality(IconSetTypeValues, IconSetTypeValues) | ||
| Equals(IconSetTypeValues) | ||
| Equals(Object) | ||
| 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". | |
| FiveBoxes | 5Boxes. When the item is serialized out as xml, its value is "5Boxes". | |
| FiveQuarters | 5Quarters. When the item is serialized out as xml, its value is "5Quarters". | |
| FiveRating | 5Rating. When the item is serialized out as xml, its value is "5Rating". | |
| 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". | |
| FourRating | 4Rating. When the item is serialized out as xml, its value is "4Rating". | |
| FourRedToBlack | 4RedToBlack. When the item is serialized out as xml, its value is "4RedToBlack". | |
| FourTrafficLights | 4TrafficLights. When the item is serialized out as xml, its value is "4TrafficLights". | |
| GetHashCode() | ||
| IconSetTypeValues(String) | Creates a new IconSetTypeValues enum instance | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<IconSetTypeValues>.Create(String) | ||
| Inequality(IconSetTypeValues, IconSetTypeValues) | ||
| NoIcons | NoIcons. When the item is serialized out as xml, its value is "NoIcons". | |
| 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". | |
| ThreeSigns | 3Signs. When the item is serialized out as xml, its value is "3Signs". | |
| ThreeStars | 3Stars. When the item is serialized out as xml, its value is "3Stars". | |
| 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". | |
| 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". | |
| ThreeTriangles | 3Triangles. When the item is serialized out as xml, its value is "3Triangles". | |
| ToString() |