_Document.SpellingChecked Property

Definition

Determines if spelling has been checked throughout the specified range or document.

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. Set the property value to True or False to enable or disable the functionality.

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