PowerTools SPREAD for Windows Forms 8.0J
DragMoveEventArgs コンストラクタ(SpreadView,Int32,Int32,Boolean,Boolean)


SpreadViewビュー
ドラッグの列または行インデックス
移動される列または行の数
モデルの内容を、インデックスを再マッピングせずに移動するかどうか
ドラッグ操作をキャンセルするかどうか。
DragMove イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal index As Integer, _
   ByVal count As Integer, _
   ByVal moveContent As Boolean, _
   ByVal cancel As Boolean _
)
'使用法
 
Dim view As SpreadView
Dim index As Integer
Dim count As Integer
Dim moveContent As Boolean
Dim cancel As Boolean
 
Dim instance As New DragMoveEventArgs(view, index, count, moveContent, cancel)
public DragMoveEventArgs( 
   SpreadView view,
   int index,
   int count,
   bool moveContent,
   bool cancel
)

パラメータ

view
SpreadViewビュー
index
ドラッグの列または行インデックス
count
移動される列または行の数
moveContent
モデルの内容を、インデックスを再マッピングせずに移動するかどうか
cancel
ドラッグ操作をキャンセルするかどうか。
参照

DragMoveEventArgs クラス
DragMoveEventArgs メンバ
オーバーロード一覧

 

 


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