Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ClearValueUndoAction Class
Properties Methods Events

In This Topic
    ClearValueUndoAction Class Members
    In This Topic

    The following tables list the members exposed by ClearValueUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the ClearValueUndoAction class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the action can be undone.  
    Public PropertyGets the clear cell ranges.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Defines the method that determines whether the action can execute in its current state.  
    Public MethodOverridden. Executes the action on the worksheet.  
    Public MethodSaves the state for undoing the action before executing the action.  
    Public MethodReturns a System.String that represents this instance.  
    Public MethodUndoes the action using the saved state information.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when changes occur that affect whether the action should execute. (Inherited from GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase)
    Top
    See Also