Range.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 Range
Dim value As Find

value = instance.Find
Find Find { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Find

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace