Initializes a new instance of the
C1FindTextParams class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public C1FindTextParams(
System.string ,
System.bool ,
System.bool
)
Parameters
- text
- The text to find.
- wholeWord
- Indicates whether to match whole words only.
- matchCase
- Indicates whether to match case.
See Also