Find.MatchPrefix Property

True to match words beginning with the search string. Read/write.

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

Syntax

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

value = instance.MatchPrefix

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

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Match prefix check box in the Find and Replace dialog box.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace