Represents a specialized collection of Worksheet objects.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public class WorksheetCollection extends NamedCollection<T> |
Inheritance Hierarchyjava.lang.Object![]()
java.util.AbstractCollection(E)![]()
com.mindfusion.spreadsheet.UndoableCollection(T)
com.mindfusion.spreadsheet.NamedCollection(T)
com.mindfusion.spreadsheet.WorksheetCollection
See Also