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)

Syntax

'Declaration
<GuidAttribute("0002445C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface Errors
'Usage
Dim instance As Errors
[GuidAttribute("0002445C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
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.

See Also

Reference

Errors Members

Microsoft.Office.Interop.Excel Namespace