ErrorCheckingOptions.EvaluateToError Property
When set to True (default), Microsoft Excel identifies, with an AutoCorrect Options button, selected cells that contain formulas evaluating to an error. False disables error checking for cells that evaluate to an error value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property EvaluateToError As Boolean
Get
Set
'Usage
Dim instance As ErrorCheckingOptions
Dim value As Boolean
value = instance.EvaluateToError
instance.EvaluateToError = value
bool EvaluateToError { get; set; }
Property Value
Type: System.Boolean