Selection.Find Property
Returns a Find object that contains the criteria for a find operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Find As Find
Get
'Usage
Dim instance As Selection
Dim value As Find
value = instance.Find
Find Find { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Find
Remarks
If the find operation is successful, the selection is changed.