Represents a collection of objects that can be manipulated by name. The objects in the collection are required to have unique names.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class NamedCollection<T> : UndoableCollection<T> where T : IHasName, INotifyPropertyValueChanged |
Visual Basic
Copy Code
|
|---|
Public Class NamedCollection(Of T As IHasName, INotifyPropertyValueChanged) |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.UndoableCollection(T)
MindFusion.Spreadsheet.NamedCollection(T)
MindFusion.Spreadsheet.NamedRangeCollection
MindFusion.Spreadsheet.WorksheetCollection
See Also