GrapeCity SPREAD for Windows Forms 11.0J
RowMoveUndoAction コンストラクタ(SheetView,Int32,Int32,Int32,Boolean)


シート
行インデックス
移動先の行インデックス
移動する行の数
SheetView.Models の内容を移動する場合は True、行の順序を変更する場合は False
行の移動に対する新しい取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal movedToRow As Integer, _
   ByVal movedRowCount As Integer, _
   ByVal moveContent As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim movedToRow As Integer
Dim movedRowCount As Integer
Dim moveContent As Boolean
 
Dim instance As New RowMoveUndoAction(sheetView, row, movedToRow, movedRowCount, moveContent)

パラメータ

sheetView
シート
row
行インデックス
movedToRow
移動先の行インデックス
movedRowCount
移動する行の数
moveContent
SheetView.Models の内容を移動する場合は True、行の順序を変更する場合は False
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.