FlexReport for WinForms
FindPrevious メソッド (C1TextSearchManager)


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

パラメータ

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

戻り値の型

The found text position.
参照

参照

C1TextSearchManager クラス
C1TextSearchManager メンバ