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


SheetView
ドラッグ&ドロップする範囲の開始位置の行インデックス
ドラッグ&ドロップする範囲の開始位置の列インデックス
ドラッグ&ドロップする範囲の行数
ドラッグ&ドロップする範囲の列数
ドロップ先の行インデックス
ドロップ先の列インデックス
コピーする場合は True、移動する場合は False
セルのドラッグ&ドロップ操作に対する新しいアンドゥアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal targetRow As Integer, _
   ByVal targetColumn As Integer, _
   ByVal copy As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim targetRow As Integer
Dim targetColumn As Integer
Dim copy As Boolean
 
Dim instance As New CellDragDropUndoAction(sheetView, row, column, rowCount, columnCount, targetRow, targetColumn, copy)
public CellDragDropUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount,
   int targetRow,
   int targetColumn,
   bool copy
)

パラメータ

sheetView
SheetView
row
ドラッグ&ドロップする範囲の開始位置の行インデックス
column
ドラッグ&ドロップする範囲の開始位置の列インデックス
rowCount
ドラッグ&ドロップする範囲の行数
columnCount
ドラッグ&ドロップする範囲の列数
targetRow
ドロップ先の行インデックス
targetColumn
ドロップ先の列インデックス
copy
コピーする場合は True、移動する場合は False
参照

CellDragDropUndoAction クラス
CellDragDropUndoAction メンバ

 

 


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