Represents a specialized collection for merged cells in a worksheet, each merged cell is represented by a CellRange object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public class MergedCellsCollection extends UndoableCollection<T> |
Inheritance Hierarchyjava.lang.Object![]()
java.util.AbstractCollection(E)![]()
com.mindfusion.spreadsheet.UndoableCollection(T)
com.mindfusion.spreadsheet.MergedCellsCollection
See Also