ErrorCheckingOptions.OmittedCells 属性

定义

如果该值为 True(默认值),则 Microsoft Excel 将用“自动更正选项”按钮识别包含公式的选定单元格,其中该公式引用的区域应包括相邻单元格,但这些单元格却被遗漏掉了。 如果该值为 False,则禁用对被遗漏单元格的错误检查。

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

属性值

适用于