[]
Finds and selects the occurrence of a text string in the document.
[Obsolete("This method is deprecated, please, use FindAndSelectAsync instead.")]
public void FindAndSelect(string text, int index = 0)
| Type | Name | Description |
|---|---|---|
| string | text | Text to find. |
| int | index | Index of the found text to be selected. |