_Document.SpellingChecked Property
Determines if spelling has been checked throughout the specified range or document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SpellingChecked As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.SpellingChecked
instance.SpellingChecked = value
bool SpellingChecked { get; set; }
Property Value
Type: System.Boolean
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.