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


In This Topic
    CellDragDropUndoAction Class
    In This Topic
    Represents the undo actions for dragging and dropping a range of cells.
    Syntax
    'Declaration
     
    
    Public Class CellDragDropUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    public class CellDragDropUndoAction : UndoAction 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Action
          FarPoint.Win.Spread.UndoRedo.UndoAction
             FarPoint.Win.Spread.UndoRedo.CellDragDropUndoAction

    See Also