Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / FindAndSelect Method
Text to find.
Index of the found text to be selected.

In This Topic
    FindAndSelect Method
    In This Topic
    Finds and selects the occurrence of a text string in the document.
    Syntax
    'Declaration
     
    Public Sub FindAndSelect( _
       ByVal text As System.String, _
       Optional ByVal index As System.Integer _
    ) 
    public void FindAndSelect( 
       System.string text,
       System.int index
    )

    Parameters

    text
    Text to find.
    index
    Index of the found text to be selected.
    See Also