[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardPasteUndoAction.-ctor

ClipboardPasteUndoAction Constructor

ClipboardPasteUndoAction()

Creates a new undo action for a Clipboard paste operation.

Declaration
public ClipboardPasteUndoAction()
Public Sub New()

ClipboardPasteUndoAction(ClipboardPasteOptions)

Creates a new undo action for a Clipboard paste operation using the specified paste option.

Declaration
public ClipboardPasteUndoAction(ClipboardPasteOptions pasteOption)
Public Sub New(pasteOption As ClipboardPasteOptions)
Parameters
Type Name Description
ClipboardPasteOptions pasteOption

ClipboardPasteOptions

ClipboardPasteUndoAction(SheetView, ElementWindowless)

Creates a new undo action for a Clipboard paste of the specified shape to the specified sheet.

Declaration
public ClipboardPasteUndoAction(SheetView sheetView, ElementWindowless shape)
Public Sub New(sheetView As SheetView, shape As ElementWindowless)
Parameters
Type Name Description
SheetView sheetView

Sheet

ElementWindowless shape

Shape

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.

Declaration
public ClipboardPasteUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, ClipboardPasteOptions pasteOption)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, pasteOption As ClipboardPasteOptions)
Parameters
Type Name Description
SheetView sheetView

SheetView

int row

Row index

int column

Column index

int rowCount

Number of rows

int columnCount

Number of columns

ClipboardPasteOptions pasteOption

ClipboardPasteOptions