Spread Windows Forms 9.0 Product Documentation
CellDragDropUndoAction Class Members
Fields  Methods 


The following tables list the members exposed by CellDragDropUndoAction.

Public Constructors
 NameDescription
Public ConstructorCellDragDropUndoAction ConstructorCreates a new undo action for a cell for the drag and drop operation.  
Top
Protected Fields
 NameDescription
Protected FieldcellInfoSpecifies the previous contents of the target range (before the drag and drop).  
Protected FieldcellInfoSourceSpecifies the previous contents of the source range (before the drag and drop), if copy is false.  
Protected FieldcolumnSpecifies the starting column index of the range to drag and drop.  
Protected FieldcolumnCountSpecifies the number of columns to drag and drop.  
Protected FieldcolumnInfoSpecifies the column-level contents of the target range (before the drag and drop).  
Protected FieldcolumnInfoSourceSpecifies the column-level contents of source range (before the drag and drop), if copy is false.  
Protected FieldcopySpecifies whether to copy the range (true to copy; false to move).  
Protected FieldrangeGroupInfosSourceThe source FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range.  
Protected FieldrangeGroupInfosTargetThe target FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range.  
Protected FieldrowSpecifies the starting row index of the range to drag and drop.  
Protected FieldrowCountSpecifies the number of rows to drag and drop.  
Protected FieldrowInfoSpecifies the row-level contents of the target range (before the drag and drop).  
Protected FieldrowInfoSourceSpecifies the row-level contents of source range (before the drag and drop), if copy is false.  
Protected FieldsheetViewSpecifies the sheet that contains column resizing.  
Protected FieldtargetColumnSpecifies the destination column index for the drag and drop.  
Protected FieldtargetRowSpecifies the destination row index for the drag and drop.  
Top
Public Methods
 NameDescription
Public MethodCloneClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformActionPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformUndoActionOverridden. Performs the cell drag-drop.  
Public MethodToStringReturns a string that represents this object.  
Public MethodUndoOverridden. Undoes the cell drag-drop.  
Top
Protected Methods
 NameDescription
Protected MethodSaveUndoStateOverridden. This implemenation does nothing, since undo state is passed to the constructor.  
Top
See Also

Reference

CellDragDropUndoAction Class
FarPoint.Win.Spread.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.