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


In This Topic
    RowGroupHeaderExpandUndoAction Class
    In This Topic
    Represents a row range group action used to expand or collapse row range groups on the same level.
    Object Model
    RowGroupHeaderExpandUndoAction Class
    Syntax
    'Declaration
     
    Public Class RowGroupHeaderExpandUndoAction 
       Inherits ActionBase
       Implements GrapeCity.Windows.SpreadSheet.UI.IUndo 
    'Usage
     
    Dim instance As RowGroupHeaderExpandUndoAction
    public class RowGroupHeaderExpandUndoAction : ActionBase, GrapeCity.Windows.SpreadSheet.UI.IUndo  
    Inheritance Hierarchy

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

    See Also