Document.ShowGrammaticalErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether grammatical errors are marked by a wavy green line in the document.
public:
property bool ShowGrammaticalErrors { bool get(); void set(bool value); };
public bool ShowGrammaticalErrors { get; set; }
member this.ShowGrammaticalErrors : bool with get, set
Public Property ShowGrammaticalErrors As Boolean
Property Value
true
if grammatical errors are marked by a wavy green line in the document; otherwise, false
.
Remarks
To view grammatical errors in your document, you must set the CheckGrammarAsYouType property to true
.