Find.NoProofing Property
Determines if Microsoft Word finds or replaces text that the spelling and grammar checker ignores.
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 Find
Dim value As Integer
value = instance.NoProofing
instance.NoProofing = value
int NoProofing { get; set; }
Property Value
Type: System.Int32
Remarks
Returns True if Word finds or replaces text that the spelling and grammar checker ignores, and False if not.