Excel.SpecialCellValueType enum
Remarks
Fields
| all = "All" | Cells that have errors, Boolean, numeric, or string values. |
| errors = "Errors" | Cells that have errors. |
| errorsLogical = "ErrorsLogical" | Cells that have errors or Boolean values. |
| errorsLogicalNumber = "ErrorsLogicalNumber" | Cells that have errors, Boolean, or numeric values. |
| errorsLogicalText = "ErrorsLogicalText" | Cells that have errors, Boolean, or string values. |
| errorsNumbers = "ErrorsNumbers" | Cells that have errors or numeric values. |
| errorsNumberText = "ErrorsNumberText" | Cells that have errors, numeric, or string values. |
| errorsText = "ErrorsText" | Cells that have errors or string values. |
| logical = "Logical" | Cells that have a Boolean value. |
| logicalNumbers = "LogicalNumbers" | Cells that have a Boolean or numeric value. |
| logicalNumbersText = "LogicalNumbersText" | Cells that have a Boolean, numeric, or string value. |
| logicalText = "LogicalText" | Cells that have a Boolean or string value. |
| numbers = "Numbers" | Cells that have a numeric value. |
| numbersText = "NumbersText" | Cells that have a numeric or string value. |
| text = "Text" | Cells that have a string value. |