Represents a collection of objects that can be manipulated by name. The objects in the collection are required to have unique names.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public class NamedCollection<T> extends UndoableCollection<T> |
java.lang.Object
java.util.AbstractCollection(E)
com.mindfusion.spreadsheet.UndoableCollection(T)
com.mindfusion.spreadsheet.NamedCollection(T)
com.mindfusion.spreadsheet.NamedRangeCollection
com.mindfusion.spreadsheet.WorksheetCollection
JSpreadsheet Programmer's Guide | © 2024 MindFusion |