Find.Wrap Property

Returns or sets what happens if the search begins at a point other than the beginning of the document and the end of the document is reached (or vice versa if Forward is set to False) or if the search text isn't found in the specified selection or range.

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

Syntax

'Declaration
Property Wrap As WdFindWrap
    Get
    Set
'Usage
Dim instance As Find
Dim value As WdFindWrap

value = instance.Wrap

instance.Wrap = value
WdFindWrap Wrap { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdFindWrap

Remarks

WdFindWrap can be one of the following constants:

wdFindAsk After searching the selection or range, Microsoft Word displays a message asking whether to search the remainder of the document.

wdFindContinue The find operation continues when the beginning or end of the search range is reached.

wdFindStop The find operation ends when the beginning or end of the search range is reached.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace