Find.Found Property
Determines if the search for the specified object has produced a match.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Found As Boolean
Get
'Usage
Dim instance As Find
Dim value As Boolean
value = instance.Found
bool Found { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the search produces a match, and False if not.