Excel.SpecialCellValueType enum

Remarks

[ API set: ExcelApi 1.9 ]

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.