PowerTools SPREAD for Windows Forms 8.0J
LeaveCellEventArgs コンストラクタ


離れるセルを含むビュー
離れるセルの行インデックス
フォーカスが離れたセルの列インデックス
フォーカスの移動先のセルの行インデックス
フォーカスの移動先のセルの列インデックス
LeaveCell イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal newRow As Integer, _
   ByVal newColumn As Integer _
)
'使用法
 
Dim view As SpreadView
Dim row As Integer
Dim column As Integer
Dim newRow As Integer
Dim newColumn As Integer
 
Dim instance As New LeaveCellEventArgs(view, row, column, newRow, newColumn)
public LeaveCellEventArgs( 
   SpreadView view,
   int row,
   int column,
   int newRow,
   int newColumn
)

パラメータ

view
離れるセルを含むビュー
row
離れるセルの行インデックス
column
フォーカスが離れたセルの列インデックス
newRow
フォーカスの移動先のセルの行インデックス
newColumn
フォーカスの移動先のセルの列インデックス
参照

LeaveCellEventArgs クラス
LeaveCellEventArgs メンバ

 

 


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