_Document.GrammarChecked 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.
Determines if a grammar check has been run on the specified range or document.
public:
property bool GrammarChecked { bool get(); void set(bool value); };
public bool GrammarChecked { get; set; }
member this.GrammarChecked : bool with get, set
Public Property GrammarChecked As Boolean
Property Value
Remarks
This property returns True if a grammar check has been run on the specified range or document, and False if some of the specified range or document hasn't been checked for grammar. Set the property value to True or False to enable or disable the functionality.
To recheck the grammar in a range or document, set the GrammarChecked property to False.