Find.Wrap Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::WdFindWrap Wrap { Microsoft::Office::Interop::Word::WdFindWrap get(); void set(Microsoft::Office::Interop::Word::WdFindWrap value); };
public Microsoft.Office.Interop.Word.WdFindWrap Wrap { get; set; }
member this.Wrap : Microsoft.Office.Interop.Word.WdFindWrap with get, set
Public Property Wrap As WdFindWrap

Property Value

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.

Applies to