[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardPasteUndoAction

ClipboardPasteUndoAction Class

Represents the undo actions for a Clipboard paste operation.

Inheritance
ClipboardPasteUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ClipboardPasteUndoAction : UndoAction, ICloneable
Public Class ClipboardPasteUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

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.

Fields

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.

Properties

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.

Methods

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.