[]
Creates a new undo action for a Clipboard cut operation that involves data only.
public ClipboardCutDataOnlyUndoAction()
Public Sub New()
Creates a new undo action for a Clipboard cut of the specified range in the specified sheet that involves data only.
public ClipboardCutDataOnlyUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |