Find.IgnoreSpace Property

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

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

Syntax

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

value = instance.IgnoreSpace

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

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Ignore white-space characters check box in the Find and Replace dialog box.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace