MESCIUS SPREAD for Windows Forms 15.0J
SetCustomText(String,String,String,String,String,String,String,String,String,String) メソッド
使用例 

「検索する文字列」ラベル文字列
「大文字小文字の区別」ラベル文字列
「完全一致」ラベル文字列
「検索方向」ラベル文字列
「ワイルドカードの使用」ラベル文字列
「検索」文字列
「次を検索」文字列
「閉じる」文字列
「見つかりませんでした」文字列
先頭から検索を続けるかどうかを確認する文字列
指定値のカスタムテキストをフォームに設定します。
構文

パラメータ

findTextLabel
「検索する文字列」ラベル文字列
matchCaseLabel
「大文字小文字の区別」ラベル文字列
exactMatchLabel
「完全一致」ラベル文字列
alternateSearchLabel
「検索方向」ラベル文字列
useWildcardsLabel
「ワイルドカードの使用」ラベル文字列
findText
「検索」文字列
findNextText
「次を検索」文字列
closeText
「閉じる」文字列
notFoundText
「見つかりませんでした」文字列
repeatSearchText
先頭から検索を続けるかどうかを確認する文字列
使用例
次のサンプル コードは、ダイアログのカスタム テキストを設定します。
FarPoint.Win.Spread.SearchDialog sd;
fpSpread1.SearchWithDialog("Test");
sd = fpSpread1.SearchDialog;
sd.SetCustomText("TextLabel", "Matched", "Bingo", "Alternate", "WC", "Test", "Forward", "Close", "Ooops", "Again");
Dim WithEvents sd As FarPoint.Win.Spread.SearchDialog
FpSpread1.SearchWithDialog("Test")
sd = FpSpread1.SearchDialog
sd.SetCustomText("TextLabel", "Matched", "Bingo", "Alternate", "WC", "Test", "Forward", "Close", "Ooops", "Again")
参照

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

 

 


© MESCIUS inc. All rights reserved.