Expand Minimize
This topic has not yet been rated - Rate this topic

DocumentBase.GrammarChecked Property

Gets or sets a value that indicates whether a grammar check has been run on the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
public bool GrammarChecked { get; set; }

Property Value

Type: Boolean
true if a grammar check has been run on the document; otherwise, false.

To recheck the grammar in the document, set the GrammarChecked property to false.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.