XlFormatConditionType 枚举 (Excel)
指定条件格式是基于单元格值还是基于表达式。
名称 | 值 | Description |
---|---|---|
xlAboveAverageCondition | 12 | 高于平均值条件 |
xlBlanksCondition | 10 | 空值条件 |
xlCellValue | 1 | 单元格值 |
xlColorScale | 3 | 色阶 |
xlDataBar | 4 | DataBar |
xlErrorsCondition | 16 | 错误条件 |
xlExpression | 2 | Expression |
xlIconSet | 6 | 图标集 |
xlNoBlanksCondition | 13 | 无空值条件 |
xlNoErrorsCondition | 17 | 无错误条件 |
xlTextString | 9 | 文本字符串 |
xlTimePeriod | 11 | 时间段 |
xlTop10 | 5 | 前 10 个值 |
xlUniqueValues | 8 | 唯一值 |
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。