[]
Represents the undo actions for a Clipboard paste operation.
public class ClipboardPasteUndoAction : UndoAction, ICloneable
Public Class ClipboardPasteUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
ClipboardPasteUndoAction() | Creates a new undo action for a Clipboard paste operation. |
ClipboardPasteUndoAction(ClipboardPasteOptions) | Creates a new undo action for a Clipboard paste operation using the specified paste option. |
ClipboardPasteUndoAction(SheetView, ElementWindowless) | Creates a new undo action for a Clipboard paste of the specified shape to the specified sheet. |
ClipboardPasteUndoAction(SheetView, int, int, int, int, ClipboardPasteOptions) | 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. |
Name | Description |
---|---|
cellInfo | Specifies the previous contents of the range (before the paste). |
cellRange | Specifies the cell range of the Clipboard operation. |
clipCellInfo | Specifies the cell information to be pasted (retrieved from the Clipboard). |
clipColumnInfo | Specifies the column information to be pasted (retrieved from the Clipboard). |
clipRangeGroupInfos | Specifies the outline (range group) information for the Clipboard. |
clipRowInfo | Specifies the row information to be pasted (retrieved from the Clipboard). |
clipSheetCornerStyle | Specifies the sheet corner style to be pasted (retrieved from the Clipboard). |
clipText | Specifies the text pasted (retrieved from the Clipboard). |
columnInfo | Specifies the column level contents of the range (before paste). |
columnRangeGroupInfo | Specifies the outline (range group) information for columns. |
pasteOption | Specifies the Clipboard paste options. |
pasteToFill | Specifies whether the paste operation was performed with ClipboardPasteToFill |
previewRowInfo | Specifies preview row information for the Clipboard. |
rowInfo | Specifies the row level contents of the range (before paste). |
rowRangeGroupInfo | Specifies the outline (range group) information for rows. |
shape | Specifies the shape object pasted (retrieved from the Clipboard). |
sheetCornerStyle | Specifies the sheet corner style of the range (before paste). |
sheetView | Specifies the sheet that contains the cell range. |
text | Specifies the previous text contents of the range (before the paste). |
undoStateSaved | Specifies whether undo state information has been saved. |
Name | Description |
---|---|
PasteToFill | Gets or sets whether a single cell copied to the Clipboard fills the range when pasted from the Clipboard to the component. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the Clipboard paste action. |
SaveUndoState() | Saves the undo state of this Clipboard operation action. |
ToString() | Returns a string that represents this object. |
Undo(object) | Undoes the paste from the Clipboard. |