_Document.SpellingErrors Property

Returns a ProofreadingErrors collection that represents the words identified as spelling errors in the specified document or 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 _Document
Dim value As ProofreadingErrors

value = instance.SpellingErrors
ProofreadingErrors SpellingErrors { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ProofreadingErrors

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace