PowerTools SPREAD for Windows Forms 8.0J
FoundRowIndex プロパティ


一致文字列の行インデックスを取得します。
構文
'Declaration
 
Public Overridable ReadOnly Property FoundRowIndex As Integer
'使用法
 
Dim instance As SearchDialog
Dim value As Integer
 
value = instance.FoundRowIndex
public virtual int FoundRowIndex {get;}

プロパティ値

行インデックスを表す Integer
int i;

i = fpSpread1.SearchDialog.FoundRowIndex;

label1.Text = i;
Dim i As Integer

i = FpSpread1.SearchDialog.FoundRowIndex

Label1.Text = i
参照

SearchDialog クラス
SearchDialog メンバ

 

 


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