Range.NoProofing Property

Definition

Determines if the spelling and grammar checker ignores the specified text.

public:
 property int NoProofing { int get(); void set(int value); };
public int NoProofing { get; set; }
member this.NoProofing : int with get, set
Public Property NoProofing As Integer

Property Value

Remarks

This property returns True if the spelling and grammar checker ignores the specified text, and False if not. It returns wdUndefined if the NoProofing property is set to True for only some of the specified text.

Applies to