ErrorCheckingOptions.BackgroundChecking Property

Definition

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.

Applies to