IconSetValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
图标集类型
public enum IconSetValuespublic 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 IconSetValuesPublic Structure IconSetValues
Implements IEnumValue, IEnumValueFactory(Of IconSetValues), IEquatable(Of IconSetValues)- 继承
- 
				IconSetValues
- 继承
- 
				IconSetValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| ThreeArrows | 0 | 3 个箭头。 当项序列化为 xml 时,其值为“3Arrows”。 | 
| ThreeArrowsGray | 1 | 3 个箭头 (灰色) 。 当项序列化为 xml 时,其值为“3ArrowsGray”。 | 
| ThreeFlags | 2 | 3 标志。 当项序列化为 xml 时,其值为“3Flags”。 | 
| ThreeTrafficLights1 | 3 | 3 个红绿灯。 当项序列化为 xml 时,其值为“3TrafficLights1”。 | 
| ThreeTrafficLights2 | 4 | 3 红绿灯黑色。 将项序列化为 xml 时,其值为“3TrafficLights2”。 | 
| ThreeSigns | 5 | 3 个标志。 当项序列化为 xml 时,其值为“3Signs”。 | 
| ThreeSymbols | 6 | 3 带圆圈符号。 当项序列化为 xml 时,其值为“3Symbols”。 | 
| ThreeSymbols2 | 7 | 3 符号。 当项序列化为 xml 时,其值为“3Symbols2”。 | 
| FourArrows | 8 | 4 个箭头。 当项序列化为 xml 时,其值为“4Arrows”。 | 
| FourArrowsGray | 9 | 4 个箭头 (灰色) 。 当项序列化为 xml 时,其值为“4ArrowsGray”。 | 
| FourRedToBlack | 10 | 4 红色到黑色。 当项序列化为 xml 时,其值为“4RedToBlack”。 | 
| FourRating | 11 | 4 评分。 当项序列化为 xml 时,其值为“4Rating”。 | 
| FourTrafficLights | 12 | 4 个红绿灯。 当项序列化为 xml 时,其值为“4TrafficLights”。 | 
| FiveArrows | 13 | 5 个箭头。 当项序列化为 xml 时,其值为“5Arrows”。 | 
| FiveArrowsGray | 14 | 5 个箭头 (灰色) 。 将项序列化为 xml 时,其值为“5ArrowsGray”。 | 
| FiveRating | 15 | 5 评级图标集。 将项序列化为 xml 时,其值为“5Rating”。 | 
| FiveQuarters | 16 | 5 个季度。 当项序列化为 xml 时,其值为“5Quarters”。 | 
| Equality(IconSetValues, IconSetValues) | ||
| Equals(IconSetValues) | ||
| Equals(Object) | ||
| FiveArrows | 5 个箭头。 当项序列化为 xml 时,其值为“5Arrows”。 | |
| FiveArrowsGray | 5 个箭头 (灰色) 。 将项序列化为 xml 时,其值为“5ArrowsGray”。 | |
| FiveQuarters | 5 个季度。 当项序列化为 xml 时,其值为“5Quarters”。 | |
| FiveRating | 5 评级图标集。 将项序列化为 xml 时,其值为“5Rating”。 | |
| FourArrows | 4 个箭头。 当项序列化为 xml 时,其值为“4Arrows”。 | |
| FourArrowsGray | 4 个箭头 (灰色) 。 当项序列化为 xml 时,其值为“4ArrowsGray”。 | |
| FourRating | 4 评分。 当项序列化为 xml 时,其值为“4Rating”。 | |
| FourRedToBlack | 4 红色到黑色。 当项序列化为 xml 时,其值为“4RedToBlack”。 | |
| FourTrafficLights | 4 个红绿灯。 当项序列化为 xml 时,其值为“4TrafficLights”。 | |
| GetHashCode() | ||
| IconSetValues(String) | 创建新的 IconSetValues 枚举实例 | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<IconSetValues>.Create(String) | ||
| Inequality(IconSetValues, IconSetValues) | ||
| ThreeArrows | 3 个箭头。 当项序列化为 xml 时,其值为“3Arrows”。 | |
| ThreeArrowsGray | 3 个箭头 (灰色) 。 当项序列化为 xml 时,其值为“3ArrowsGray”。 | |
| ThreeFlags | 3 标志。 当项序列化为 xml 时,其值为“3Flags”。 | |
| ThreeSigns | 3 个标志。 当项序列化为 xml 时,其值为“3Signs”。 | |
| ThreeSymbols | 3 带圆圈符号。 当项序列化为 xml 时,其值为“3Symbols”。 | |
| ThreeSymbols2 | 3 符号。 当项序列化为 xml 时,其值为“3Symbols2”。 | |
| ThreeTrafficLights1 | 3 个红绿灯。 当项序列化为 xml 时,其值为“3TrafficLights1”。 | |
| ThreeTrafficLights2 | 3 红绿灯黑色。 将项序列化为 xml 时,其值为“3TrafficLights2”。 | |
| ToString() |