Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetTabDragDropCopyUndoAction Class
Members


In This Topic
    SheetTabDragDropCopyUndoAction Class
    In This Topic
    Represents the undo action for dragging and dropping a sheet tab to copy the sheets in the control.
    Syntax
    'Declaration
     
    
    Public Class SheetTabDragDropCopyUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As SheetTabDragDropCopyUndoAction
    public class SheetTabDragDropCopyUndoAction : UndoAction 
    Inheritance Hierarchy

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

    See Also