WdFindWrap Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class WdFindWrap
[System.Runtime.InteropServices.Guid("AF00A39F-BCAC-333A-9A95-32724B7057C3")]
public enum WdFindWrap
type WdFindWrap =
Public Enum WdFindWrap
- Inheritance
-
WdFindWrap
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFindStop | 0 | The find operation ends if the beginning or end of the search range is reached. |
wdFindContinue | 1 | The find operation continues if the beginning or end of the search range is reached. |
wdFindAsk | 2 | After searching the selection or range, Microsoft Word displays a message asking whether to search the remainder of the document. |