FlexReport for WPF
FindStart(Int32,SearchScope,C1FindTextParams) メソッド


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス > FindStart メソッド : FindStart(Int32,SearchScope,C1FindTextParams) メソッド
検索する最初のページの 0 ベースのインデックス。
検索の範囲。
テキスト検索パラメータ。
ドキュメント内で最初に見つかるテキストを検索します。
シンタックス
'宣言
 
Public Overloads Function FindStart( _
   ByVal startPageIndex As System.Integer, _
   ByVal scope As SearchScope, _
   ByVal findParams As C1FindTextParams _
) As C1FoundPosition
'使用法
 
Dim instance As C1TextSearchManager
Dim startPageIndex As System.Integer
Dim scope As SearchScope
Dim findParams As C1FindTextParams
Dim value As C1FoundPosition
 
value = instance.FindStart(startPageIndex, scope, findParams)
public C1FoundPosition FindStart( 
   System.int startPageIndex,
   SearchScope scope,
   C1FindTextParams findParams
)

パラメータ

startPageIndex
検索する最初のページの 0 ベースのインデックス。
scope
検索の範囲。
findParams
テキスト検索パラメータ。

戻り値の型

見つかったテキストの位置。
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ
オーバーロード一覧