Selection.NoProofing Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property NoProofing As Integer
    Get
    Set
'Usage
Dim instance As Selection
Dim value As Integer

value = instance.NoProofing

instance.NoProofing = value
int NoProofing { get; set; }

Property Value

Type: System.Int32

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.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace