MESCIUS SPREAD for Windows Forms 15.0J
FoundSheetIndex プロパティ
使用例 

一致した文字列のシートインデックスを取得します。
構文
'宣言
 
Public Overridable ReadOnly Property FoundSheetIndex As Integer
public virtual int FoundSheetIndex {get;}

プロパティ値

シート インデックスを表す Integer
使用例
次のサンプル コードは、テキストが見つかったシートのインデックスを返します。
FarPoint.Win.Spread.SearchDialog sd; 
fpSpread1.SearchWithDialog("Test"); 
sd = fpSpread1.SearchDialog; 
int i = sd.FoundSheetIndex(); 
sd.RepeatFromStart = false; 
string[] s = sd.SearchStrings();
Dim sd As FarPoint.Win.Spread.SearchDialog
FpSpread1.SearchWithDialog("Test")
sd = FpSpread1.SearchDialog
Dim i As Integer = sd.FoundSheetIndex()
sd.RepeatFromStart = False
Dim s As String() = sd.SearchStrings()
参照

SearchDialog クラス
SearchDialog メンバ

 

 


© MESCIUS inc. All rights reserved.