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
C#
![]() |
---|
public class NamedCollection<T> : UndoableCollection<T> where T : IHasName, INotifyPropertyValueChanged |
Visual Basic
![]() |
---|
Public Class NamedCollection(Of T As IHasName, INotifyPropertyValueChanged) |
System.Object
MindFusion.Spreadsheet.UndoableCollection(T)
MindFusion.Spreadsheet.NamedCollection(T)
MindFusion.Spreadsheet.NamedRangeCollection
MindFusion.Spreadsheet.WorksheetCollection
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |