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


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

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

    See Also