[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.FindAndSelectAsync

FindAndSelectAsync Method

FindAndSelectAsync(string, int)

Finds and selects the occurrence of a text string in the document asynchronously.

Declaration
public Task FindAndSelectAsync(string text, int index = 0)
Parameters
Type Name Description
string text

Text to find.

int index

Index of the found text to be selected.

Returns
Type Description
Task