ErrorCheckingOptions.BackgroundChecking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alerts the user for all cells that violate enabled error-checking rules.
public:
property bool BackgroundChecking { bool get(); void set(bool value); };
public bool BackgroundChecking { get; set; }
Public Property BackgroundChecking As Boolean
Property Value
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.