Find.MatchSuffix Property
True to match words ending 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 MatchSuffix As Boolean
Get
Set
'Usage
Dim instance As Find
Dim value As Boolean
value = instance.MatchSuffix
instance.MatchSuffix = value
bool MatchSuffix { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Match suffix check box in the Find and Replace dialog box.