Errors Interface

Definition

Represents the various spreadsheet errors for a range.

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

Remarks

Use the Errors property of the Range collection to return an Errors object.

Once an Errors object is returned, you can use the Value property of the Error object to check for particular error-checking conditions.

Properties

_Default[Object]

Allows the user to to access error checking options.

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.

Item[Object]

Returns a single member of the Error object.

Parent

Returns the parent object for the specified object.

Applies to