'Declaration Public Sub SearchText( _ ByVal text As System.String, _ ByVal matchWholeWord As System.Boolean, _ ByVal matchCase As System.Boolean, _ ByVal searchUp As System.Boolean _ )
public void SearchText( System.string text, System.bool matchWholeWord, System.bool matchCase, System.bool searchUp )
Parameters
- text
- matchWholeWord
- matchCase
- searchUp