Errors Interface 

Represents the various spreadsheet errors for a range.

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

Usage

Public Class rrorsImplementation
    Implements Errors
End Class
Dim rrorsImplementation1 As New rrorsImplementation()

Syntax

Public Interface Errors
public interface Errors
public interface class Errors
public interface Errors
public interface Errors

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.

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

Errors Members