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


検索を実行するシートのインデックス。
検索文字列
検索文字列の大文字と小文字を区別するかどうか
完全一致のみを検索するかどうか
行、列の方向ではなく列、行の方向に検索するかどうか
検索文字列のワイルドカード文字(*、?)を有効にするかどうか
開始行インデックス
開始列インデックス
検索ダイアログを使用して、指定した検索基準でアクティブシートのセル内の テキストから指定した検索文字列を検索します。
構文
'Declaration
 
Public Overloads Sub SearchWithDialog( _
   ByVal sheetIndex 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 sheetIndex 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.SearchWithDialog(sheetIndex, searchString, caseSensitive, exactMatch, alternateSearch, useWildcards, startRowIndex, startColumnIndex)
public void SearchWithDialog( 
   int sheetIndex,
   string searchString,
   bool caseSensitive,
   bool exactMatch,
   bool alternateSearch,
   bool useWildcards,
   int startRowIndex,
   int startColumnIndex
)

パラメータ

sheetIndex
検索を実行するシートのインデックス。
searchString
検索文字列
caseSensitive
検索文字列の大文字と小文字を区別するかどうか
exactMatch
完全一致のみを検索するかどうか
alternateSearch
行、列の方向ではなく列、行の方向に検索するかどうか
useWildcards
検索文字列のワイルドカード文字(*、?)を有効にするかどうか
startRowIndex
開始行インデックス
startColumnIndex
開始列インデックス
解説

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

次のサンプルコードは、事前に定義した設定で検索ダイアログを開きます。ユーザーは検索を実行する前に設定を変更できます。
fpSpread1.SearchWithDialog(0,"This",true,false,false,false,0,0);
FpSpread1.SearchWithDialog(0,"This",true,false,false,false,0,0);
参照

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

 

 


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