Range.SpellingChecked Property

Definition

Determines if spelling has been checked throughout the specified range.

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

Property Value

Remarks

This property returns True if spelling has been checked throughout the specified range or document, and False if all or some of the range or document hasn't been checked for spelling.

To recheck the spelling in a range or document, set the SpellingChecked property to False.

To see whether the range or document contains spelling errors, use the SpellingErrors property.

Applies to