Error Interface

Definition

Represents a spreadsheet error for a range.

public interface class Error
[System.Runtime.InteropServices.Guid("0002445D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Error
Public Interface Error
Attributes

Remarks

Use the Item[Object] property of the Errors object to return an Error object.

Once an Error object is returned, you can use the Value property, in conjunction with the Errors property, to check whether a particular error checking option is enabled.

Properties

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).

Applies to