VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditorUndoManager Class
Properties Methods Events SeeAlso
In This Topic
    SpreadsheetEditorUndoManager Class Members
    In This Topic
    The following tables list the members exposed by SpreadsheetEditorUndoManager.
    Public Properties
     NameDescription
    Public PropertyGets the action list.
    Public PropertyGets a value indicating whether undo manager can execute redo action.
    Public PropertyGets a value indicating whether undo manager can execute undo action.
    Public PropertyGets or sets the index of the current action.
    Public PropertyGets the current redo action.
    Public PropertyGets the current undo action.
    Public PropertyGets a value indicating whether undo manager is building an undo action.
    Public PropertyGets or sets a value indicating whether the undo manager is enabled.
    Public PropertyGets or sets the maximum number of undo actions.
    Public Methods
     NameDescription
    Public MethodAdds cells set, whose height should be calculated automatically.
    Public MethodOverloaded. Adds the source of current undo action.
    Public MethodRemoves all actions from this undo manager.
    Public MethodReturns the available redo actions.
    Public MethodReturns the available undo actions.
    Public MethodLocks the undo actions.
    Public MethodOverloaded. Redoes the action.
    Public MethodSets the source of current action.
    Public MethodOverloaded. Undoes the action.
    Public MethodUnlocks the undo actions.
    Public Events
     NameDescription
    Public EventOccurs when the redo action is finished.
    Public EventOccurs when the redo action is started.
    Public EventOccurs when state of undo manager is changed.
    Public EventOccurs when the undo action is finished.
    Public EventOccurs when the undo action is started.
    See Also