FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SearchDialog クラス : 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;}
int i;
i = fpSpread1.SearchDialog.FoundColumnIndex;
label1.Text = i;
Dim i As Integer i = FpSpread1.SearchDialog.FoundColumnIndex Label1.Text = i