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


選択元のビュー
ドラッグ元範囲の左上セルの行インデックス
ドラッグ元範囲の左上セルの列インデックス
ドラッグ元範囲の右下セルの行インデックス
ドラッグ元範囲の右下セルの列インデックス
ドロップ先範囲の左上セルの行インデックス
ドロップ先範囲の左上セルの列インデックス
ドロップ先範囲の右下セルの行インデックス
ドロップ先範囲の右下セルの列インデックス
ドロップ先範囲がデータを含むかどうか
ドラッグ元範囲がコピーされるか移動されるか
コピーまたは移動するのはデータか書式か(または両方)
DragDropBlock イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal rowBegin As Integer, _
   ByVal columnBegin As Integer, _
   ByVal rowEnd As Integer, _
   ByVal columnEnd As Integer, _
   ByVal destRowBegin As Integer, _
   ByVal destColumnBegin As Integer, _
   ByVal destRowEnd As Integer, _
   ByVal destColumnEnd As Integer, _
   ByVal overwrite As Boolean, _
   ByVal action As Integer, _
   ByVal dataOnly As Boolean _
)
'使用法
 
Dim view As SpreadView
Dim rowBegin As Integer
Dim columnBegin As Integer
Dim rowEnd As Integer
Dim columnEnd As Integer
Dim destRowBegin As Integer
Dim destColumnBegin As Integer
Dim destRowEnd As Integer
Dim destColumnEnd As Integer
Dim overwrite As Boolean
Dim action As Integer
Dim dataOnly As Boolean
 
Dim instance As New DragDropBlockEventArgs(view, rowBegin, columnBegin, rowEnd, columnEnd, destRowBegin, destColumnBegin, destRowEnd, destColumnEnd, overwrite, action, dataOnly)
public DragDropBlockEventArgs( 
   SpreadView view,
   int rowBegin,
   int columnBegin,
   int rowEnd,
   int columnEnd,
   int destRowBegin,
   int destColumnBegin,
   int destRowEnd,
   int destColumnEnd,
   bool overwrite,
   int action,
   bool dataOnly
)

パラメータ

view
選択元のビュー
rowBegin
ドラッグ元範囲の左上セルの行インデックス
columnBegin
ドラッグ元範囲の左上セルの列インデックス
rowEnd
ドラッグ元範囲の右下セルの行インデックス
columnEnd
ドラッグ元範囲の右下セルの列インデックス
destRowBegin
ドロップ先範囲の左上セルの行インデックス
destColumnBegin
ドロップ先範囲の左上セルの列インデックス
destRowEnd
ドロップ先範囲の右下セルの行インデックス
destColumnEnd
ドロップ先範囲の右下セルの列インデックス
overwrite
ドロップ先範囲がデータを含むかどうか
action
ドラッグ元範囲がコピーされるか移動されるか
dataOnly
コピーまたは移動するのはデータか書式か(または両方)
参照

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

 

 


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