[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.FindAndSelect

FindAndSelect Method

FindAndSelect(string, int)

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

Declaration
[Obsolete("This method is deprecated, please, use FindAndSelectAsync instead.")]
public void FindAndSelect(string text, int index = 0)
Parameters
Type Name Description
string text

Text to find.

int index

Index of the found text to be selected.