XlSpecialCellsValue Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies cells with a particular type of value to include in the result.
public enum class XlSpecialCellsValue
public enum XlSpecialCellsValue
Public Enum XlSpecialCellsValue
- Inheritance
-
XlSpecialCellsValue
Fields
Name | Value | Description |
---|---|---|
xlNumbers | 1 | Cells with numeric values. |
xlTextValues | 2 | Cells with text. |
xlLogical | 4 | Cells with logical values. |
xlErrors | 16 | Cells with errors. |