Search
NamedCollection(T) Class
See Also
 






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

 Syntax

Java  Copy Code

public class NamedCollection<T> extends UndoableCollection<T>

 Inheritance Hierarchy

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

 See Also