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


SheetView
行インデックス
列インデックス
行数
列数
指定したシートの指定した範囲をクリップボードに切り取る操作に対する新しい取り消しアクションを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
Dim instance As New ClipboardCutUndoAction(sheetView, row, column, rowCount, columnCount)
public ClipboardCutUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

sheetView
SheetView
row
行インデックス
column
列インデックス
rowCount
行数
columnCount
列数
参照

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

 

 


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