FlexReport for WinForms
C1FindTextParams コンストラクタ


C1.Document アセンブリ > C1.Document 名前空間 > C1FindTextParams クラス : C1FindTextParams コンストラクタ
The text to find.
Indicates whether to match whole words only.
Indicates whether to match case.
Initializes a new instance of the C1FindTextParams class.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal wholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean _
)
'使用法
 
Dim text As System.String
Dim wholeWord As System.Boolean
Dim matchCase As System.Boolean
 
Dim instance As New C1FindTextParams(text, wholeWord, matchCase)
public C1FindTextParams( 
   System.string text,
   System.bool wholeWord,
   System.bool matchCase
)

パラメータ

text
The text to find.
wholeWord
Indicates whether to match whole words only.
matchCase
Indicates whether to match case.
参照

参照

C1FindTextParams クラス
C1FindTextParams メンバ