[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction

ClipboardCutUndoAction Class

Represents the undo actions for a Clipboard cut.

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

Constructors

Name Description
ClipboardCutUndoAction()

Creates a new undo action for a Clipboard cut.

ClipboardCutUndoAction(ClipboardCopyOptions)

Creates a new undo action for a Clipboard cut using the specified copy options.

ClipboardCutUndoAction(SheetView, int, int, int, int)

Creates a new undo action for a Clipboard cut of the specified range in the specified sheet.

ClipboardCutUndoAction(SheetView, int, int, int, int, ClipboardCopyOptions)

Creates a new undo action for a Clipboard cut of the specified range in the specified sheet.

Fields

Name Description
cellInfo

Specifies the cell Clipboard information.

cellRange

Specifies the cell range of the Clipboard operation.

chartInfo

Specifies the chart information.

columnInfo

Specifies the column Clipboard information.

columnRangeGroupInfo

Specifies the outline (range group) information.

copyOptions

Specifies the ClipboardCopyOptions for the cut action.

rowInfo

Specifies the row Clipboard information.

rowRangeGroupInfo

Specifies the outline (range group) information.

shapeInfo

Specifies the shape Clipboard information.

shapeName

Specifies the name of the shape being cut.

sheetCornerStyle

Specifies the sheet corner style included if the entire sheet is cut

sheetView

Specifies the view of the Clipboard operation.

tableInfo

Specifies the cell range of the Clipboard operation.

text

Specifies the text if copyOptions is AsString or AsStringSkipHidden

Methods

Name Description
PerformUndoAction(object)

Peforms the Clipboard cut action.

SaveUndoState()

Saves the undo state of this Clipboard cut action.

ToString()

Returns a string that represents this object.

Undo(object)

Peforms the undo Clipboard cut action.