FindAndSelectAsync Method
In This Topic
Finds and selects the occurrence of a text string in the document asynchronously.
Syntax
'Declaration
Public Function FindAndSelectAsync( _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task FindAndSelectAsync(
System.string ,
System.int
)
Parameters
- text
- Text to find.
- index
- Index of the found text to be selected.
See Also