Range.GrammarChecked Property
Word Developer Reference |
True if a grammar check has been run on the specified range or document. Read/write Boolean.
Syntax
expression.GrammarChecked
expression A variable that represents a Range object.
Remarks
False if some or all of the specified range or document has not been checked for grammar. To recheck the grammar in a range or document, set the GrammarChecked property to False.
See Also