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
SyntaxJava
Copy Code
|
|---|
public class NamedCollection<T> extends UndoableCollection<T> |
Inheritance Hierarchyjava.lang.Object![]()
java.util.AbstractCollection(E)![]()
com.mindfusion.spreadsheet.UndoableCollection(T)
com.mindfusion.spreadsheet.NamedCollection(T)
com.mindfusion.spreadsheet.NamedRangeCollection
com.mindfusion.spreadsheet.WorksheetCollection
See Also