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


In This Topic
    CellDragDropUndoAction Class Fields
    In This Topic

    For a list of all members of this type, see CellDragDropUndoAction members.

    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
    See Also