FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace : CellDragDropUndoAction Class |
The following tables list the members exposed by CellDragDropUndoAction.
Name | Description | |
---|---|---|
CellDragDropUndoAction Constructor | Creates a new undo action for a cell for the drag and drop operation. |
Name | Description | |
---|---|---|
cellInfo | Specifies the previous contents of the target range (before the drag and drop). | |
cellInfoSource | Specifies the previous contents of the source range (before the drag and drop), if copy is false. | |
column | Specifies the starting column index of the range to drag and drop. | |
columnCount | Specifies the number of columns to drag and drop. | |
columnInfo | Specifies the column-level contents of the target range (before the drag and drop). | |
columnInfoSource | Specifies the column-level contents of source range (before the drag and drop), if copy is false. | |
copy | Specifies whether to copy the range (true to copy; false to move). | |
rangeGroupInfosSource | The source FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range. | |
rangeGroupInfosTarget | The target FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range. | |
row | Specifies the starting row index of the range to drag and drop. | |
rowCount | Specifies the number of rows to drag and drop. | |
rowInfo | Specifies the row-level contents of the target range (before the drag and drop). | |
rowInfoSource | Specifies the row-level contents of source range (before the drag and drop), if copy is false. | |
sheetView | Specifies the sheet that contains column resizing. | |
targetColumn | Specifies the destination column index for the drag and drop. | |
targetRow | Specifies the destination row index for the drag and drop. |
Name | Description | |
---|---|---|
Clone | Clones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformAction | Performs the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformUndoAction | Overridden. Performs the cell drag-drop. | |
ToString | Returns a string that represents this object. | |
Undo | Overridden. Undoes the cell drag-drop. |
Name | Description | |
---|---|---|
SaveUndoState | Overridden. This implemenation does nothing, since undo state is passed to the constructor. |