PowerTools SPREAD for Windows Forms 8.0J
GetModelRowFromViewRow(Int32) メソッド


シートの行インデックス
シートの指定した行インデックスに対応するデータモデルの行インデックスを取得します。
構文
'Declaration
 
Public Overridable Function GetModelRowFromViewRow( _
   ByVal row As Integer _
) As Integer
'使用法
 
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
 
value = instance.GetModelRowFromViewRow(row)
public virtual int GetModelRowFromViewRow( 
   int row
)

パラメータ

row
シートの行インデックス
参照

SheetView クラス
SheetView メンバ

 

 


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