Range.SpellingErrors Property
Returns a ProofreadingErrors collection that represents the words identified as spelling errors in the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property SpellingErrors As ProofreadingErrors
Get
'Usage
Dim instance As Range
Dim value As ProofreadingErrors
value = instance.SpellingErrors
ProofreadingErrors SpellingErrors { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ProofreadingErrors