FarPoint.Win.Spread
CellDragDropUndoAction Class Members
See Also  Fields  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace : CellDragDropUndoAction Class


The following tables list the members exposed by CellDragDropUndoAction.

Public Constructors

 NameDescription
Public ConstructorCellDragDropUndoAction Constructor Creates a new undo action for a cell the drag and drop operation.  
Top

Protected Fields

 NameDescription
Protected FieldcellInfo Specifies the previous contents of the target range (before the drag and drop).  
Protected FieldcellInfoSource Specifies the previous contents of the source range (before the drag and drop), if copy is false.  
Protected Fieldcolumn Specifies the starting column index of the range to drag and drop.  
Protected FieldcolumnCount Specifies the number of columns to drag and drop.  
Protected FieldcolumnInfo Specifies the column-level contents of the target range (before the drag and drop).  
Protected FieldcolumnInfoSource Specifies the column-level contents of source range (before the drag and drop), if copy is false.  
Protected Fieldcopy Specifies whether to copy the range (true to copy; false to move).  
Protected FieldrangeGroupInfosSource The source RangeGroupInfo objects in drag drop range.  
Protected FieldrangeGroupInfosTarget The target RangeGroupInfo objects in drag drop range.  
Protected Fieldrow Specifies the starting row index of the range to drag and drop.  
Protected FieldrowCount Specifies the number of rows to drag and drop.  
Protected FieldrowInfo Specifies the row-level contents of the target range (before the drag and drop).  
Protected FieldrowInfoSource Specifies the row-level contents of source range (before the drag and drop), if copy is false.  
Protected FieldsheetView Specifies the sheet containing column resizing.  
Protected FieldtargetColumn Specifies the destination column index for the drag and drop.  
Protected FieldtargetRow Specifies the destination row index for the drag and drop.  
Top

Public Methods

 NameDescription
Public MethodClone Clones the object. (Inherited from UndoAction)
Public MethodPerformAction Performs the undo action. (Inherited from UndoAction)
Public MethodPerformUndoActionOverridden.  Performs the cell drag-drop.  
Public MethodToStringOverridden.  Returns a string representing 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