_Application.ErrorCheckingOptions Property
Returns an ErrorCheckingOptions object, which 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
ReadOnly Property ErrorCheckingOptions As ErrorCheckingOptions
Get
'Usage
Dim instance As _Application
Dim value As ErrorCheckingOptions
value = instance.ErrorCheckingOptions
ErrorCheckingOptions ErrorCheckingOptions { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ErrorCheckingOptions