Find.MatchAllWordForms Property

Determines if all forms of the text to find are found by the find operation (for instance, if the text to find is "sit," "sat" and "sitting" are found as well).

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

Syntax

'Declaration
Property MatchAllWordForms As Boolean
    Get
    Set
'Usage
Dim instance As Find
Dim value As Boolean

value = instance.MatchAllWordForms

instance.MatchAllWordForms = value
bool MatchAllWordForms { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if all forms of the text to find are found by the find operation (for instance, if the text to find is "sit," "sat" and "sitting" are found as well), 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 Execute method to specify the text to be searched for in a document.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace