Error Members
Include Protected Members
Include Inherited Members
Represents a spreadsheet error for a range.
The Error type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. | |
Ignore | Allows the user to set or return the state of an error checking option for a range. False enables an error checking option for a range. True disables an error checking option for a range. | |
Parent | Returns the parent object for the specified object. | |
Value | True if all the validation criteria are met (that is, if the range contains valid data). |
Top