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


シート
シートの移動元の列インデックス
シートの移動先の列インデックス
モデルの内容を移動するか、列の順序を変更するか。
新しい ColumnMoveUndoAction アクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal column As Integer, _
   ByVal movedToColumn As Integer, _
   ByVal moveContent As Boolean _
)
'使用法
 
Dim sheetView As SheetView
Dim column As Integer
Dim movedToColumn As Integer
Dim moveContent As Boolean
 
Dim instance As New ColumnMoveUndoAction(sheetView, column, movedToColumn, moveContent)
public ColumnMoveUndoAction( 
   SheetView sheetView,
   int column,
   int movedToColumn,
   bool moveContent
)

パラメータ

sheetView
シート
column
シートの移動元の列インデックス
movedToColumn
シートの移動先の列インデックス
moveContent
モデルの内容を移動するか、列の順序を変更するか。
参照

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

 

 


Copyright © 2004 GrapeCity inc.