Range.Find Property
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.
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.