Range.SpellingChecked Property
Determines if spelling has been checked throughout the specified range.
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 Range
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.
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.