Options.CheckGrammarWithSpelling 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.
True if Microsoft Word checks grammar while checking spelling.
public:
property bool CheckGrammarWithSpelling { bool get(); void set(bool value); };
public bool CheckGrammarWithSpelling { get; set; }
member this.CheckGrammarWithSpelling : bool with get, set
Public Property CheckGrammarWithSpelling As Boolean
Property Value
Remarks
This property controls whether Word checks grammar when you check spelling by using the Spelling command (Tools menu).
To check spelling or grammar programmatically, use the CheckSpelling method of the Application, Document, or Range object to check only spelling and use the CheckGrammar method of the Application, Document, or Range object to check both grammar and spelling.