WdFindWrap Enumeration 

Specifies wrap behavior if a selection or range is specified for a find operation and the search text isn't found in the selection or range.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdFindWrap1 As WdFindWrap = WdFindWrap.wdFindAsk

Syntax

Public Enum WdFindWrap
public enum WdFindWrap
public enum class WdFindWrap
public enum WdFindWrap
public enum WdFindWrap

Members

Member name Description
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 if the beginning or end of the search range is reached.
wdFindStop The find operation ends if the beginning or end of the search range is reached.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace