Range.SpellingChecked 属性

定义

确定是否已在整个指定范围内检查拼写。

public:
 property bool SpellingChecked { bool get(); void set(bool value); };
public bool SpellingChecked { get; set; }
member this.SpellingChecked : bool with get, set
Public Property SpellingChecked As Boolean

属性值

注解

如果已在整个指定区域或文档中检查拼写,则此属性返回 True ;如果尚未检查所有或部分区域或文档的拼写,则返回 False

若要重新检查的区域或文档中的拼写错误,请 SpellingChecked 属性设置为 False

若要查看区域或文档是否包含拼写错误,请使用 SpellingErrors 属性。

适用于