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


行を含むビュー
以前の先頭の行のインデックス
新しい先頭の行のインデックス
変更が発生したビューポート行のインデックス
TopChange イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal oldTop As Integer, _
   ByVal newTop As Integer, _
   ByVal rowViewportIndex As Integer _
)
'使用法
 
Dim view As SpreadView
Dim oldTop As Integer
Dim newTop As Integer
Dim rowViewportIndex As Integer
 
Dim instance As New TopChangeEventArgs(view, oldTop, newTop, rowViewportIndex)
public TopChangeEventArgs( 
   SpreadView view,
   int oldTop,
   int newTop,
   int rowViewportIndex
)

パラメータ

view
行を含むビュー
oldTop
以前の先頭の行のインデックス
newTop
新しい先頭の行のインデックス
rowViewportIndex
変更が発生したビューポート行のインデックス
参照

TopChangeEventArgs クラス
TopChangeEventArgs メンバ

 

 


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