XlFormatConditionType 枚举

定义

指定条件格式是基于单元格值还是基于表达式。

public enum class XlFormatConditionType
public enum XlFormatConditionType
Public Enum XlFormatConditionType
继承
XlFormatConditionType

字段

xlAboveAverageCondition 12

高于平均值条件

xlBlanksCondition 10

空值条件

xlCellValue 1

条件格式基于单元格值。

xlColorScale 3

色阶

xlDatabar 4

数据栏

xlErrorsCondition 16

错误条件

xlExpression 2

条件格式基于表达式。

xlIconSets 6

图标集

xlNoBlanksCondition 13

无空值条件

xlNoErrorsCondition 17

无错误条件

xlTextString 9

文本字符串

xlTimePeriod 11

时间段

xlTop10 5

前 10 个值

xlUniqueValues 8

唯一值

适用于