Find.MatchPhrase Property

True ignores all white space and control characters between words. Read/write.

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

Syntax

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

value = instance.MatchPhrase

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace