In This Topic
Finds and selects the occurrence of a text string in the document.
Syntax
'Declaration
Public Sub FindAndSelect( _
ByVal As System.String, _
Optional ByVal As System.Integer _
)
public void FindAndSelect(
System.string ,
System.int
)
Parameters
- text
- Text to find.
- index
- Index of the found text to be selected.
See Also