ErrorCheckingOptions.EmptyCellReferences 属性

定义

设置为 True (默认) 时,Microsoft Excel 使用“自动更正选项”按钮标识包含引用空单元格的公式的选定单元格。 如果该值为 False,则禁用空单元格引用检查。

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

属性值

适用于