GrapeCity ActiveReports for .NET 12.0J
Find(String,FindOptions,Int32,Single) メソッド

検索する文字列。
検索する方向。
ページコレクションのゼロベースのインデックス。
テキスト文字列の現在のオフセット。
ドキュメント内のテキストを指定された場所から開始し、指定のオプションを設定して、指定された文字列から検索操作を行うことができます。
構文
'宣言
 
Public Overloads Function Find( _
   ByVal searchString As String, _
   ByVal options As FindOptions, _
   ByRef currentIndex As Integer, _
   ByRef currentOffset As Single _
) As FindResult
public FindResult Find( 
   string searchString,
   FindOptions options,
   ref int currentIndex,
   ref float currentOffset
)

パラメータ

searchString
検索する文字列。
options
検索する方向。
currentIndex
ページコレクションのゼロベースのインデックス。
currentOffset
テキスト文字列の現在のオフセット。
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.