Excel.SpecialCellType enum
注解
字段
| blanks = "Blanks" | 没有内容的单元格。 |
| conditionalFormats = "ConditionalFormats" | 具有条件格式的所有单元格。 |
| constants = "Constants" | 含有常量的单元格。 |
| dataValidations = "DataValidations" | 具有验证条件的单元格。 |
| dirtyFormulas = "DirtyFormulas" | 单元格包含没有最新结果的公式。 |
| formulas = "Formulas" | 含有公式的单元格。 |
| sameConditionalFormat = "SameConditionalFormat" | 与区域中第一个单元格具有相同条件格式的单元格。 |
| sameDataValidation = "SameDataValidation" | 与区域中第一个单元格具有相同数据验证条件的单元格。 |
| visible = "Visible" | 可见的单元格。 |