[]
Finds and selects the occurrence of a text string in the document asynchronously.
public Task FindAndSelectAsync(string text, int index = 0)
Public Function FindAndSelectAsync(text As String, Optional index As Integer = 0) As Task
| Type | Name | Description |
|---|---|---|
| string | text | Text to find. |
| int | index | Index of the found text to be selected. |
| Type | Description |
|---|---|
| Task |