ComponentOne FlexReport for WinForms
C1FindTextParams Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1FindTextParams Class : C1FindTextParams Constructor
The text to find.
Indicates whether to match whole words only.
Indicates whether to match case.
Initializes a new instance of the C1FindTextParams class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal wholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean _
)
public C1FindTextParams( 
   System.string text,
   System.bool wholeWord,
   System.bool matchCase
)

Parameters

text
The text to find.
wholeWord
Indicates whether to match whole words only.
matchCase
Indicates whether to match case.
See Also

Reference

C1FindTextParams Class
C1FindTextParams Members