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


In This Topic
    CellEditUndoAction Class
    In This Topic
    Represents a cell edit undo action that applies a new value to a cell on the sheet.
    Object Model
    CellEditUndoAction Class
    Syntax
    'Declaration
     
    Public Class CellEditUndoAction 
       Inherits ActionBase
       Implements GrapeCity.Windows.SpreadSheet.UI.IUndo 
    'Usage
     
    Dim instance As CellEditUndoAction
    public class CellEditUndoAction : ActionBase, GrapeCity.Windows.SpreadSheet.UI.IUndo  
    Inheritance Hierarchy

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

    See Also