1 out of 3 rated this helpful - Rate this topic

Find Interface

Represents the criteria for a find operation.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[GuidAttribute("000209B0-0000-0000-C000-000000000046")]
public interface Find

The properties and methods of the Find object correspond to the options in the Find and Replace dialog box.

Use the Find property to return a Find object.

If you've gotten to the Find object from the Selection object, the selection is changed when text matching the find criteria is found.

If you've gotten to the Find object from the Range object, the selection isn't changed when text matching the find criteria is found, but the Range object is redefined.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.