Find.MatchSoundsLike Property
Determines if words that sound similar to the text to find are returned by the find operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property MatchSoundsLike As Boolean
Get
Set
'Usage
Dim instance As Find
Dim value As Boolean
value = instance.MatchSoundsLike
instance.MatchSoundsLike = value
bool MatchSoundsLike { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if words that sound similar to the text to find are returned by the find operation, and False if not. Set the property value to True or False to enable or disable the functionality.
Use the Text property of the Find object or the FindText argument with the ExecuteOld method to specify the text to be located in a document.