Settings.HideGrammaticalErrors Property
Do Not Display Visual Indication of Grammatical Errors.Represents the element tag in schema: w:hideGrammaticalErrors
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property HideGrammaticalErrors As HideGrammaticalErrors
Get
Set
'Usage
Dim instance As Settings
Dim value As HideGrammaticalErrors
value = instance.HideGrammaticalErrors
instance.HideGrammaticalErrors = value
public HideGrammaticalErrors HideGrammaticalErrors { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors