IconSetValues 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.
Icon Set Type
public enum IconSetValues
public readonly struct IconSetValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.IconSetValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.IconSetValues>
type IconSetValues =
type IconSetValues = struct
interface IEnumValue
interface IEnumValueFactory<IconSetValues>
Public Enum IconSetValues
Public Structure IconSetValues
Implements IEnumValue, IEnumValueFactory(Of IconSetValues), IEquatable(Of IconSetValues)
- Inheritance
-
IconSetValues
- Inheritance
-
IconSetValues
Fields
Name | Value | Description |
---|---|---|
ThreeArrows | 0 | 3 Arrows. When the item is serialized out as xml, its value is "3Arrows". |
ThreeArrowsGray | 1 | 3 Arrows (Gray). When the item is serialized out as xml, its value is "3ArrowsGray". |
ThreeFlags | 2 | 3 Flags. When the item is serialized out as xml, its value is "3Flags". |
ThreeTrafficLights1 | 3 | 3 Traffic Lights. When the item is serialized out as xml, its value is "3TrafficLights1". |
ThreeTrafficLights2 | 4 | 3 Traffic Lights Black. When the item is serialized out as xml, its value is "3TrafficLights2". |
ThreeSigns | 5 | 3 Signs. When the item is serialized out as xml, its value is "3Signs". |
ThreeSymbols | 6 | 3 Symbols Circled. When the item is serialized out as xml, its value is "3Symbols". |
ThreeSymbols2 | 7 | 3 Symbols. When the item is serialized out as xml, its value is "3Symbols2". |
FourArrows | 8 | 4 Arrows. When the item is serialized out as xml, its value is "4Arrows". |
FourArrowsGray | 9 | 4 Arrows (Gray). When the item is serialized out as xml, its value is "4ArrowsGray". |
FourRedToBlack | 10 | 4 Red To Black. When the item is serialized out as xml, its value is "4RedToBlack". |
FourRating | 11 | 4 Ratings. When the item is serialized out as xml, its value is "4Rating". |
FourTrafficLights | 12 | 4 Traffic Lights. When the item is serialized out as xml, its value is "4TrafficLights". |
FiveArrows | 13 | 5 Arrows. When the item is serialized out as xml, its value is "5Arrows". |
FiveArrowsGray | 14 | 5 Arrows (Gray). When the item is serialized out as xml, its value is "5ArrowsGray". |
FiveRating | 15 | 5 Ratings Icon Set. When the item is serialized out as xml, its value is "5Rating". |
FiveQuarters | 16 | 5 Quarters. When the item is serialized out as xml, its value is "5Quarters". |
Equality(IconSetValues, IconSetValues) | ||
Equals(IconSetValues) | ||
Equals(Object) | ||
FiveArrows | 5 Arrows. When the item is serialized out as xml, its value is "5Arrows". |
|
FiveArrowsGray | 5 Arrows (Gray). When the item is serialized out as xml, its value is "5ArrowsGray". |
|
FiveQuarters | 5 Quarters. When the item is serialized out as xml, its value is "5Quarters". |
|
FiveRating | 5 Ratings Icon Set. When the item is serialized out as xml, its value is "5Rating". |
|
FourArrows | 4 Arrows. When the item is serialized out as xml, its value is "4Arrows". |
|
FourArrowsGray | 4 Arrows (Gray). When the item is serialized out as xml, its value is "4ArrowsGray". |
|
FourRating | 4 Ratings. When the item is serialized out as xml, its value is "4Rating". |
|
FourRedToBlack | 4 Red To Black. When the item is serialized out as xml, its value is "4RedToBlack". |
|
FourTrafficLights | 4 Traffic Lights. When the item is serialized out as xml, its value is "4TrafficLights". |
|
GetHashCode() | ||
IconSetValues(String) | Creates a new IconSetValues enum instance |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<IconSetValues>.Create(String) | ||
Inequality(IconSetValues, IconSetValues) | ||
ThreeArrows | 3 Arrows. When the item is serialized out as xml, its value is "3Arrows". |
|
ThreeArrowsGray | 3 Arrows (Gray). When the item is serialized out as xml, its value is "3ArrowsGray". |
|
ThreeFlags | 3 Flags. When the item is serialized out as xml, its value is "3Flags". |
|
ThreeSigns | 3 Signs. When the item is serialized out as xml, its value is "3Signs". |
|
ThreeSymbols | 3 Symbols Circled. When the item is serialized out as xml, its value is "3Symbols". |
|
ThreeSymbols2 | 3 Symbols. When the item is serialized out as xml, its value is "3Symbols2". |
|
ThreeTrafficLights1 | 3 Traffic Lights. When the item is serialized out as xml, its value is "3TrafficLights1". |
|
ThreeTrafficLights2 | 3 Traffic Lights Black. When the item is serialized out as xml, its value is "3TrafficLights2". |
|
ToString() |