FlexReport for WinForms
FindNext メソッド (C1TextSearchManager)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1TextSearchManager クラス : FindNext メソッド
C1FoundPosition object defines the position from which the search should be started.
Finds the next occurrence of a text in the document.
シンタックス
'宣言
 
Public Function FindNext( _
   ByVal initialPosition As C1FoundPosition _
) As C1FoundPosition
'使用法
 
Dim instance As C1TextSearchManager
Dim initialPosition As C1FoundPosition
Dim value As C1FoundPosition
 
value = instance.FindNext(initialPosition)

パラメータ

initialPosition
C1FoundPosition object defines the position from which the search should be started.

戻り値の型

The found text position.
参照

参照

C1TextSearchManager クラス
C1TextSearchManager メンバ