'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal dragMoveExtent As DragDropExtent, _ ByVal copy As Boolean, _ ByVal insert As Boolean, _ ByVal option As CopyToOption _ )
'Usage Dim sheet As Worksheet Dim dragMoveExtent As DragDropExtent Dim copy As Boolean Dim insert As Boolean Dim option As CopyToOption Dim instance As New DragDropUndoAction(sheet, dragMoveExtent, copy, insert, option)
public DragDropUndoAction( Worksheet sheet, DragDropExtent dragMoveExtent, bool copy, bool insert, CopyToOption option )
Parameters
- sheet
- The worksheet to drag and drop.
- dragMoveExtent
- The drag drop extent information.
- copy
- if set to
true
copy; otherwise,false
. - insert
- if set to
true
inserts the drag data in the drop row or column. - option
- The GrapeCity.Windows.SpreadSheet.Data.CopyToOption indicates the content type to drag and drop.