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


In This Topic
    GroupClickUndoAction Class
    In This Topic
    Represents the undo actions for clicking a column in the grouping bar to reverse sorting for that column.
    Syntax
    'Declaration
     
    
    Public Class GroupClickUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As GroupClickUndoAction
    public class GroupClickUndoAction : UndoAction 
    Inheritance Hierarchy

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

    See Also