PowerTools SPREAD for Windows Forms 8.0J
SearchWithDialogAdvanced(Int32,Int32,String,Boolean,Boolean,Boolean,Boolean,Int32,Int32) メソッド


検索を開始するシートのインデックス。
検索を終了するシートのインデックス。
検索文字列
検索文字列の大文字小文字を区別するかどうか
完全に一致する文字列のみを検索するかどうか
検索方向を列、行の順に変更するかどうか(デフォルトは行、列の順)
検索文字列でワイルドカード文字(*、?)を使用するかどうか
開始行インデックス
開始列インデックス
提供された詳細検索ダイアログを使用して、指定した文字列を、指定したシート範囲のセル内のテキストから、指定した基準で検索します。
構文
'Declaration
 
Public Overloads Sub SearchWithDialogAdvanced( _
   ByVal startSheetIndex As Integer, _
   ByVal endSheetIndex As Integer, _
   ByVal searchString As String, _
   ByVal caseSensitive As Boolean, _
   ByVal exactMatch As Boolean, _
   ByVal alternateSearch As Boolean, _
   ByVal useWildcards As Boolean, _
   ByVal startRowIndex As Integer, _
   ByVal startColumnIndex As Integer _
) 
'使用法
 
Dim instance As FpSpread
Dim startSheetIndex As Integer
Dim endSheetIndex As Integer
Dim searchString As String
Dim caseSensitive As Boolean
Dim exactMatch As Boolean
Dim alternateSearch As Boolean
Dim useWildcards As Boolean
Dim startRowIndex As Integer
Dim startColumnIndex As Integer
 
instance.SearchWithDialogAdvanced(startSheetIndex, endSheetIndex, searchString, caseSensitive, exactMatch, alternateSearch, useWildcards, startRowIndex, startColumnIndex)
public void SearchWithDialogAdvanced( 
   int startSheetIndex,
   int endSheetIndex,
   string searchString,
   bool caseSensitive,
   bool exactMatch,
   bool alternateSearch,
   bool useWildcards,
   int startRowIndex,
   int startColumnIndex
)

パラメータ

startSheetIndex
検索を開始するシートのインデックス。
endSheetIndex
検索を終了するシートのインデックス。
searchString
検索文字列
caseSensitive
検索文字列の大文字小文字を区別するかどうか
exactMatch
完全に一致する文字列のみを検索するかどうか
alternateSearch
検索方向を列、行の順に変更するかどうか(デフォルトは行、列の順)
useWildcards
検索文字列でワイルドカード文字(*、?)を使用するかどうか
startRowIndex
開始行インデックス
startColumnIndex
開始列インデックス
解説

SearchWithDialogAdvancedメソッドに列挙されている制限事項を参照してください。

fpSpread1.SearchWithDialogAdvanced(0,4,"This",true,true,false,false,0,0);
FpSpread1.SearchWithDialogAdvanced(0,4,"This",True,True,False,False,0,0)
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.