PowerTools SPREAD for Windows Forms 8.0J
GetModelRowFromDataViewRow メソッド (ISpreadDataViewMapper)


データビュー行のインデックス
データビュー行からモデル行を取得します。
構文
'Declaration
 
Function GetModelRowFromDataViewRow( _
   ByVal dataViewRow As Integer _
) As Integer
'使用法
 
Dim instance As ISpreadDataViewMapper
Dim dataViewRow As Integer
Dim value As Integer
 
value = instance.GetModelRowFromDataViewRow(dataViewRow)
int GetModelRowFromDataViewRow( 
   int dataViewRow
)

パラメータ

dataViewRow
データビュー行のインデックス

戻り値の型

モデル内の行のインデックス。
参照

ISpreadDataViewMapper インタフェース
ISpreadDataViewMapper メンバ

 

 


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