Represents a strongly-typed collection that supports undo and redo.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class UndoableCollection<T> : IEnumerable<T>, IEnumerable, ICollection, INotifyCollectionChanged |
Visual Basic
Copy Code
|
|---|
Public Class UndoableCollection(Of T) |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.UndoableCollection(T)
MindFusion.Spreadsheet.MergedCellsCollection
MindFusion.Spreadsheet.NamedCollection(T)
MindFusion.Spreadsheet.Charts.SeriesCollection
See Also