ErrorCheckingOptions.UnlockedFormulaCells 属性

定义

如果该值为 True(默认值),则 Microsoft Excel 将识别未锁定并包含一个公式的选定单元格。 如果该值为 False,则禁用包含公式的未锁定单元格的错误检查。

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

属性值

适用于