[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.-ctor

ClipboardCutUndoAction Constructor

ClipboardCutUndoAction()

Creates a new undo action for a Clipboard cut.

Declaration
public ClipboardCutUndoAction()
Public Sub New()

ClipboardCutUndoAction(ClipboardCopyOptions)

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

Declaration
public ClipboardCutUndoAction(ClipboardCopyOptions copyOptions)
Public Sub New(copyOptions As ClipboardCopyOptions)
Parameters
Type Name Description
ClipboardCopyOptions copyOptions

ClipboardCopyOptions

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

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

Declaration
public ClipboardCutUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, ClipboardCopyOptions copyOptions)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, copyOptions As ClipboardCopyOptions)
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

ClipboardCopyOptions copyOptions

ClipboardCopyOptions

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

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

Declaration
public ClipboardCutUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
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