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


In This Topic
    RowGroupExpandUndoAction Class
    In This Topic
    Represents an undo action to expand or collapse a row range group.
    Object Model
    RowGroupExpandUndoAction Class
    Syntax
    'Declaration
     
    Public Class RowGroupExpandUndoAction 
       Inherits ActionBase
       Implements GrapeCity.Windows.SpreadSheet.UI.IUndo 
    'Usage
     
    Dim instance As RowGroupExpandUndoAction
    public class RowGroupExpandUndoAction : ActionBase, GrapeCity.Windows.SpreadSheet.UI.IUndo  
    Inheritance Hierarchy

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

    See Also