[]
Creates a new undo action for a Clipboard paste operation.
public ClipboardPasteUndoAction()
Public Sub New()
Creates a new undo action for a Clipboard paste operation using the specified paste option.
public ClipboardPasteUndoAction(ClipboardPasteOptions pasteOption)
Public Sub New(pasteOption As ClipboardPasteOptions)
Type | Name | Description |
---|---|---|
ClipboardPasteOptions | pasteOption | ClipboardPasteOptions |
Creates a new undo action for a Clipboard paste of the specified shape to the specified sheet.
public ClipboardPasteUndoAction(SheetView sheetView, ElementWindowless shape)
Public Sub New(sheetView As SheetView, shape As ElementWindowless)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
ElementWindowless | shape | Shape |
Creates a new undo action for a Clipboard paste to the specified range in the specified sheet using the specified SheetView, cell range, and paste option.
public ClipboardPasteUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, ClipboardPasteOptions pasteOption)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, pasteOption As ClipboardPasteOptions)