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

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document 名前空間 > SectionDocument クラス > Find メソッド : 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 メンバ
オーバーロード一覧