ErrorCheckingOptions.BackgroundChecking 属性

定义

警告用户并指出违背可用错误检查规则的所有单元格。

public:
 property bool BackgroundChecking { bool get(); void set(bool value); };
public bool BackgroundChecking { get; set; }
Public Property BackgroundChecking As Boolean

属性值

注解

BackgroundChecking 属性设置为 True (默认) 时,“自动更正选项”按钮将显示在所有违反已启用错误的单元格旁边。 如果为 False,则禁用背景错误检查。

请参阅 ErrorCheckingOptions 对象以查看其可启用的成员列表。

适用于