ErrorCheckingOptions.InconsistentFormula 属性

定义

如果该值为 True(默认值),则 Microsoft Excel 将识别包含不一致公式的单元格区域。 如果该值为 False,则禁用不一致公式的检查。

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

属性值

注解

单元格区域中相一致的公式必须位于包含不一致的公式的单元格的左边、右边或上边、下边,以便 InconsistentFormula 属性正常工作。

适用于