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)
Syntax
'Declaration
Public Enumeration WdFindWrap
'Usage
Dim instance As WdFindWrap
public enum WdFindWrap
Members
Member name | Description | |
---|---|---|
wdFindStop | The find operation ends if the beginning or end of the search range is reached. | |
wdFindContinue | The find operation continues if the beginning or end of the search range is reached. | |
wdFindAsk | After searching the selection or range, Microsoft Word displays a message asking whether to search the remainder of the document. |