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)

Syntax

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

See Also

Reference

Error Members

Microsoft.Office.Interop.Excel Namespace