XlCVError 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 the cell error number and value.
public enum class XlCVError
public enum XlCVError
Public Enum XlCVError
- Inheritance
-
XlCVError
Fields
Name | Value | Description |
---|---|---|
xlErrNull | 2000 | Error number: 2000 |
xlErrDiv0 | 2007 | Error number: 2007 |
xlErrValue | 2015 | Error number: 2015 |
xlErrRef | 2023 | Error number: 2023 |
xlErrName | 2029 | Error number: 2029 |
xlErrNum | 2036 | Error number: 2036 |
xlErrNA | 2042 | Error number: 2042 |