Find.IgnorePunct Property

Returns or sets a Boolean that represents whether a find operation should ignore punctuation in found text. Read/write.

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

Syntax

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

value = instance.IgnorePunct

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

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Ignore punctuation characters check box in the Find and Replace dialog box.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace