Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowGroupUndoAction Class
Members


In This Topic
    RowGroupUndoAction Class
    In This Topic
    Represents the undo action for grouping a row range group on a sheet.
    Object Model
    RowGroupUndoAction Class
    Syntax
    'Declaration
     
    Public Class RowGroupUndoAction 
       Inherits ActionBase
       Implements GrapeCity.Windows.SpreadSheet.UI.IUndo 
    'Usage
     
    Dim instance As RowGroupUndoAction
    public class RowGroupUndoAction : ActionBase, GrapeCity.Windows.SpreadSheet.UI.IUndo  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase
          GrapeCity.Windows.SpreadSheet.UI.UndoRedo.RowGroupUndoAction

    See Also