Selection.NoProofing 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 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.
This property returns wdUndefined if the NoProofing property is set to True for only some of the specified text.