Search
UndoableCollection(T) Class
See Also
 






Represents a strongly-typed collection that supports undo and redo.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public class UndoableCollection<T> : IEnumerable<T>, IEnumerable, ICollection, INotifyCollectionChanged

Visual Basic  Copy Code

Public Class UndoableCollection(Of T)
    Implements IEnumerable(Of T), IEnumerable, ICollection, INotifyCollectionChanged

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.UndoableCollection(T)
        MindFusion.Spreadsheet.MergedCellsCollection
        MindFusion.Spreadsheet.NamedCollection(T)
        MindFusion.Spreadsheet.Charts.SeriesCollection

 See Also