[]
Represents the undo actions for a Clipboard cut operation that involves data only.
public class ClipboardCutDataOnlyUndoAction : UndoAction, ICloneable
Public Class ClipboardCutDataOnlyUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
ClipboardCutDataOnlyUndoAction() | Creates a new undo action for a Clipboard cut operation that involves data only. |
ClipboardCutDataOnlyUndoAction(SheetView, int, int, int, int) | Creates a new undo action for a Clipboard cut of the specified range in the specified sheet that involves data only. |
Name | Description |
---|---|
cellInfo | Specifies the cell Clipboard information. |
cellRange | Specifies the cell range of the Clipboard operation. |
sheetView | Specifies the sheet that contains the cell range. |
text | Specifies the text. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the Clipboard operation action. |
SaveUndoState() | Saves the undo state of this Clipboard operation action. |
ToString() | Returns a string that represents this object. |
Undo(object) | Performs the undo Clipboard operation action. |