PowerTools SPREAD for Windows Forms 8.0J
ClipboardPasteUndoAction コンストラクタ(SheetView,Int32,Int32,Int32,Int32,ClipboardPasteOptions)


SheetView
行インデックス
列インデックス
行数
列数
ClipboardPasteOptions
指定した 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, _
   ByVal pasteOption As ClipboardPasteOptions _
)
'使用法
 
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim pasteOption As ClipboardPasteOptions
 
Dim instance As New ClipboardPasteUndoAction(sheetView, row, column, rowCount, columnCount, pasteOption)
public ClipboardPasteUndoAction( 
   SheetView sheetView,
   int row,
   int column,
   int rowCount,
   int columnCount,
   ClipboardPasteOptions pasteOption
)

パラメータ

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

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

 

 


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