ErrorCheckingOptions Interface

Represents the error-checking options for an application.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("0002445B-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ErrorCheckingOptions
'Usage
Dim instance As ErrorCheckingOptions
[GuidAttribute("0002445B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ErrorCheckingOptions

Remarks

Use the ErrorCheckingOptions property of the Application object to return an ErrorCheckingOptions object.

Reference the Item property of the Errors object to view a list of index values associated with error-checking options.

You can use the following properties, which are members of the ErrorCheckingOptions object, to set or return error checking options.

See Also

Reference

ErrorCheckingOptions Members

Microsoft.Office.Interop.Excel Namespace