Options.ShowFormatError Property
True for Microsoft Word to mark inconsistencies in formatting by placing a squiggly underline beneath text formatted similarly to other formatting that is used more frequently in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowFormatError As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.ShowFormatError
instance.ShowFormatError = value
bool ShowFormatError { get; set; }
Property Value
Type: System.Boolean