[]
Gets or sets the undo manager for the SpreadView.
public UndoManager UndoManager { get; set; }
Public Property UndoManager As UndoManager
Child SpreadView objects use the top-level parent's UndoManager. You can set this property to null to recreate the UndoManager and clear the undo/redo state.