Options.CheckGrammarWithSpelling Property

Definition

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.

Applies to