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


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

パラメータ

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

戻り値の型

行インデックスを表す Integer
参照

DefaultSpreadDataViewMapper クラス
DefaultSpreadDataViewMapper メンバ

 

 


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