Search
WorksheetCollection Class
See Also
 






Represents a specialized collection of Worksheet objects.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class WorksheetCollection extends NamedCollection<T>

 Inheritance Hierarchy

java.lang.Object
    java.util.AbstractCollection(E)
        com.mindfusion.spreadsheet.UndoableCollection(T)
            com.mindfusion.spreadsheet.NamedCollection(T)
                com.mindfusion.spreadsheet.WorksheetCollection

 See Also