ConditionalFormatValues Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
条件格式类型
public enum ConditionalFormatValues
public readonly struct ConditionalFormatValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues>
type ConditionalFormatValues =
type ConditionalFormatValues = struct
interface IEnumValue
interface IEnumValueFactory<ConditionalFormatValues>
Public Enum ConditionalFormatValues
Public Structure ConditionalFormatValues
Implements IEnumValue, IEnumValueFactory(Of ConditionalFormatValues), IEquatable(Of ConditionalFormatValues)
- 继承
-
ConditionalFormatValues
- 继承
-
ConditionalFormatValues
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Expression | 0 | 表达。 当项序列化为 xml 时,其值为“expression”。 |
| CellIs | 1 | 单元格为。 将项序列化为 xml 时,其值为“cellIs”。 |
| ColorScale | 2 | 色阶。 将项序列化为 xml 时,其值为“colorScale”。 |
| DataBar | 3 | 数据条。 当项序列化为 xml 时,其值为“dataBar”。 |
| IconSet | 4 | 图标集。 当项序列化为 xml 时,其值为“iconSet”。 |
| Top10 | 5 | 前 10 名。 当项序列化为 xml 时,其值为“top10”。 |
| UniqueValues | 6 | 唯一值。 当项序列化为 xml 时,其值为“uniqueValues”。 |
| DuplicateValues | 7 | 重复值。 当项序列化为 xml 时,其值为“duplicateValues”。 |
| ContainsText | 8 | 包含文本。 当项序列化为 xml 时,其值为“containsText”。 |
| NotContainsText | 9 | 不包含文本。 当项序列化为 xml 时,其值为“notContainsText”。 |
| BeginsWith | 10 | 以 开头。 当项序列化为 xml 时,其值为“beginsWith”。 |
| EndsWith | 11 | 以 结尾。 当项序列化为 xml 时,其值为“endsWith”。 |
| ContainsBlanks | 12 | 包含空白。 当项序列化为 xml 时,其值为“containsBlanks”。 |
| NotContainsBlanks | 13 | 不包含空白。 当项序列化为 xml 时,其值为“notContainsBlanks”。 |
| ContainsErrors | 14 | 包含错误。 当项序列化为 xml 时,其值为“containsErrors”。 |
| NotContainsErrors | 15 | 不包含错误。 当项序列化为 xml 时,其值为“notContainsErrors”。 |
| TimePeriod | 16 | 时间段。 当项序列化为 xml 时,其值为“timePeriod”。 |
| AboveAverage | 17 | 高于或低于平均值。 当项序列化为 xml 时,其值为“aboveAverage”。 |
| AboveAverage | 高于或低于平均值。 当项序列化为 xml 时,其值为“aboveAverage”。 |
|
| BeginsWith | 以 开头。 当项序列化为 xml 时,其值为“beginsWith”。 |
|
| CellIs | 单元格为。 将项序列化为 xml 时,其值为“cellIs”。 |
|
| ColorScale | 色阶。 将项序列化为 xml 时,其值为“colorScale”。 |
|
| ConditionalFormatValues(String) | 创建新的 ConditionalFormatValues 枚举实例 |
|
| ContainsBlanks | 包含空白。 当项序列化为 xml 时,其值为“containsBlanks”。 |
|
| ContainsErrors | 包含错误。 当项序列化为 xml 时,其值为“containsErrors”。 |
|
| ContainsText | 包含文本。 当项序列化为 xml 时,其值为“containsText”。 |
|
| DataBar | 数据条。 当项序列化为 xml 时,其值为“dataBar”。 |
|
| DuplicateValues | 重复值。 当项序列化为 xml 时,其值为“duplicateValues”。 |
|
| EndsWith | 以 结尾。 当项序列化为 xml 时,其值为“endsWith”。 |
|
| Equality(ConditionalFormatValues, ConditionalFormatValues) | ||
| Equals(ConditionalFormatValues) | ||
| Equals(Object) | ||
| Expression | 表达。 当项序列化为 xml 时,其值为“expression”。 |
|
| GetHashCode() | ||
| IconSet | 图标集。 当项序列化为 xml 时,其值为“iconSet”。 |
|
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<ConditionalFormatValues>.Create(String) | ||
| Inequality(ConditionalFormatValues, ConditionalFormatValues) | ||
| NotContainsBlanks | 不包含空白。 当项序列化为 xml 时,其值为“notContainsBlanks”。 |
|
| NotContainsErrors | 不包含错误。 当项序列化为 xml 时,其值为“notContainsErrors”。 |
|
| NotContainsText | 不包含文本。 当项序列化为 xml 时,其值为“notContainsText”。 |
|
| TimePeriod | 时间段。 当项序列化为 xml 时,其值为“timePeriod”。 |
|
| Top10 | 前 10 名。 当项序列化为 xml 时,其值为“top10”。 |
|
| ToString() | ||
| UniqueValues | 唯一值。 当项序列化为 xml 时,其值为“uniqueValues”。 |