Range.Find Property

Definition

Returns a Find object that contains the criteria for a find operation.

public:
 property Microsoft::Office::Interop::Word::Find ^ Find { Microsoft::Office::Interop::Word::Find ^ get(); };
public Microsoft.Office.Interop.Word.Find Find { get; }
member this.Find : Microsoft.Office.Interop.Word.Find
Public ReadOnly Property Find As Find

Property Value

Remarks

When this property is used with a Selection object, the selection is changed if the find operation is successful. If this property is used with a Range object, the selection isn't changed unless the Select() method is applied.

Applies to