ErrorCheckingOptions.BackgroundChecking Property
Alerts the user for all cells that violate enabled error-checking rules.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property BackgroundChecking As Boolean
Get
Set
'Usage
Dim instance As ErrorCheckingOptions
Dim value As Boolean
value = instance.BackgroundChecking
instance.BackgroundChecking = value
bool BackgroundChecking { get; set; }
Property Value
Type: System.Boolean
Remarks
When the BackgroundChecking property is set to True (default), the AutoCorrect Options button appears next to all cells that violate enabled errors. False disables background checking for errors.
Refer to the ErrorCheckingOptions object to view a list of its members that can be enabled.