Error Interface 

Represents a spreadsheet error for a range.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class rrorImplementation
    Implements Error
End Class
Dim rrorImplementation1 As New rrorImplementation()

Syntax

Public Interface Error
public interface Error
public interface class Error
public interface Error
public interface Error

Remarks

Use the Item 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Error Members