FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > LeaveCellEventArgs クラス : LeaveCellEventArgs コンストラクタ |
'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)