Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class
Fields Methods


In This Topic
    CellDragDropUndoAction Class Members
    In This Topic

    The following tables list the members exposed by CellDragDropUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new undo action for a cell for the drag and drop operation.  
    Top
    Protected Fields
     NameDescription
    Protected FieldSpecifies the previous contents of the target range (before the drag and drop).  
    Protected FieldSpecifies the previous contents of the source range (before the drag and drop), if copy is false.  
    Protected FieldSpecifies the starting column index of the range to drag and drop.  
    Protected FieldSpecifies the number of columns to drag and drop.  
    Protected FieldSpecifies the column-level contents of the target range (before the drag and drop).  
    Protected FieldSpecifies the column-level contents of source range (before the drag and drop), if copy is false.  
    Protected FieldSpecifies whether to copy the range (true to copy; false to move).  
    Protected FieldThe source FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range.  
    Protected FieldThe target FarPoint.Win.Spread.RangeGroupInfo objects in drag drop range.  
    Protected FieldSpecifies the starting row index of the range to drag and drop.  
    Protected FieldSpecifies the number of rows to drag and drop.  
    Protected FieldSpecifies the row-level contents of the target range (before the drag and drop).  
    Protected FieldSpecifies the row-level contents of source range (before the drag and drop), if copy is false.  
    Protected FieldSpecifies the sheet that contains column resizing.  
    Protected FieldSpecifies the destination column index for the drag and drop.  
    Protected FieldSpecifies the destination row index for the drag and drop.  
    Top
    Public Methods
     NameDescription
    Public MethodClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodOverridden. Performs the cell drag-drop.  
    Public MethodReturns a string that represents this object.  
    Public MethodOverridden. Undoes the cell drag-drop.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. This implemenation does nothing, since undo state is passed to the constructor.  
    Top
    See Also