FlexReport for WinForms
FindStart(Int32,Boolean,C1FindTextParams) メソッド


C1.Document アセンブリ > C1.Document 名前空間 > C1TextSearchManager クラス > FindStart メソッド : FindStart(Int32,Boolean,C1FindTextParams) メソッド
0-based index of the first page to search.
Indicates whether whole document should be loaded during searching or to the first fragment found.
The text search parameters.
Finds the first occurrence of a text in the document.
シンタックス
'宣言
 
Public Overloads Function FindStart( _
   ByVal startPageIndex As System.Integer, _
   ByVal wholeDocument As System.Boolean, _
   ByVal findParams As C1FindTextParams _
) As C1FoundPosition
'使用法
 
Dim instance As C1TextSearchManager
Dim startPageIndex As System.Integer
Dim wholeDocument As System.Boolean
Dim findParams As C1FindTextParams
Dim value As C1FoundPosition
 
value = instance.FindStart(startPageIndex, wholeDocument, findParams)
public C1FoundPosition FindStart( 
   System.int startPageIndex,
   System.bool wholeDocument,
   C1FindTextParams findParams
)

パラメータ

startPageIndex
0-based index of the first page to search.
wholeDocument
Indicates whether whole document should be loaded during searching or to the first fragment found.
findParams
The text search parameters.

戻り値の型

The found text position.
参照

参照

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