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


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

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

    See Also