FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.UndoRedo 名前空間 > ClipboardPasteUndoAction クラス > ClipboardPasteUndoAction コンストラクタ : ClipboardPasteUndoAction コンストラクタ(SheetView,Int32,Int32,Int32,Int32,ClipboardPasteOptions) |
'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 )