[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardCutDataOnlyUndoAction

ClipboardCutDataOnlyUndoAction Class

Represents the undo actions for a Clipboard cut operation that involves data only.

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

Constructors

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.

Fields

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.

Methods

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.