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


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

プロパティ値

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

i = fpSpread1.SearchDialog.FoundColumnIndex;

label1.Text = i;
Dim i As Integer

i = FpSpread1.SearchDialog.FoundColumnIndex

Label1.Text = i
参照

SearchDialog クラス
SearchDialog メンバ

 

 


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