Options.CheckSpellingAsYouType Property
True if Microsoft Word checks spelling and marks errors automatically as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CheckSpellingAsYouType As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.CheckSpellingAsYouType
instance.CheckSpellingAsYouType = value
bool CheckSpellingAsYouType { get; set; }
Property Value
Type: System.Boolean
Remarks
This property marks spelling errors, but to see them on the screen, you must set the ShowSpellingErrors property to True.