Find.MatchFuzzy Property
Determines if Microsoft Word uses the nonspecific search options for Japanese text during a search.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property MatchFuzzy As Boolean
Get
Set
'Usage
Dim instance As Find
Dim value As Boolean
value = instance.MatchFuzzy
instance.MatchFuzzy = value
bool MatchFuzzy { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Word uses the nonspecific search options for Japanese text during a search, and False if not. Set the property value to True or False to enable or disable the functionality.